[waffle] [PATCH 2/3] waffle: Update website url to http://waffle-gl.github.io
Jordan Justen
jordan.l.justen at intel.com
Fri May 2 19:51:08 PDT 2014
Still leaving releases under
http://people.freedesktop.org/~chadversary/waffle/files/release
for now.
Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
---
README.txt | 2 +-
debian/control | 2 +-
pkg/archlinux/waffle-1.3.0/PKGBUILD | 2 +-
pkg/macports/Portfile | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.txt b/README.txt
index b3aefef..829268d 100644
--- a/README.txt
+++ b/README.txt
@@ -28,7 +28,7 @@ Links
source: git://github.com/waffle-gl/waffle
gitweb: https://github.com/waffle-gl/waffle
issue-tracker: https://github.com/waffle-gl/waffle/issues
-website: http://people.freedesktop.org/~chadversary/waffle
+website: http://waffle-gl.github.io
mailing-list: waffle at lists.freedesktop.org
license: BSD [http://www.opensource.org/licenses/bsd-license.php]
maintainer: Chad Versace <chad.versace at linux.intel.com>
diff --git a/debian/control b/debian/control
index 113e2fb..1b7fd32 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: binutils (>> 2.18),
pkg-config,
xsltproc
Standards-Version: 3.9.5
-Homepage: http://people.freedesktop.org/~chadversary/waffle
+Homepage: http://waffle-gl.github.io
Vcs-Git: git://github.com/waffle-gl/waffle
Vcs-Browser: https://github.com/waffle-gl/waffle
diff --git a/pkg/archlinux/waffle-1.3.0/PKGBUILD b/pkg/archlinux/waffle-1.3.0/PKGBUILD
index 4f3949f..3cff007 100644
--- a/pkg/archlinux/waffle-1.3.0/PKGBUILD
+++ b/pkg/archlinux/waffle-1.3.0/PKGBUILD
@@ -5,7 +5,7 @@ pkgver='1.3.0'
pkgrel=1
pkgdesc='a library for choosing window system and OpenGL API at runtime'
arch=('i686' 'x86_64')
-url='http://people.freedesktop.org/~chadversary/waffle'
+url='http://waffle-gl.github.io'
license=('BSD')
depends=(
diff --git a/pkg/macports/Portfile b/pkg/macports/Portfile
index 7a66605..a35af0a 100644
--- a/pkg/macports/Portfile
+++ b/pkg/macports/Portfile
@@ -11,7 +11,7 @@ license BSD
maintainers chad at chad-versace.us
description A library for choosing window system and OpenGL API at runtime
long_description ${description}
-homepage http://people.freedesktop.org/~chadversary/waffle
+homepage http://waffle-gl.github.io
variant doc description {Install manpages and HTML documentation} {
depends_build-append \
@@ -24,7 +24,7 @@ variant doc description {Install manpages and HTML documentation} {
}
use_xz yes
-master_sites ${homepage}/files/release/${name}-${version}
+master_sites http://people.freedesktop.org/~chadversary/waffle/files/release/${name}-${version}
checksums sha256 340ee04172dba878249469018cd7ec9d1ecd41af26b612c741b8b52e713bca8e
livecheck.type regex
--
1.9.2
More information about the waffle
mailing list