diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 21:05:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 21:05:21 +0800 |
commit | ccab8192667bf0c4a151607f2ebe7057978af7f2 (patch) | |
tree | e22cb67648a6821a3460a9def7be6a90d5c6c4ef /devel | |
parent | b378047b635d620e5e2caabf60d4af3df999b272 (diff) | |
download | freebsd-ports-gnome-ccab8192667bf0c4a151607f2ebe7057978af7f2.tar.gz freebsd-ports-gnome-ccab8192667bf0c4a151607f2ebe7057978af7f2.tar.zst freebsd-ports-gnome-ccab8192667bf0c4a151607f2ebe7057978af7f2.zip |
Update MASTER_SITES and WWW
PR: 161654
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tla/Makefile | 6 | ||||
-rw-r--r-- | devel/tla/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index c34b899ff41f..d3bb57659e98 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -9,10 +9,8 @@ PORTNAME= tla PORTVERSION= 1.3.5 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} \ - http://regexps.srparish.net/src/${PORTNAME}/ \ - http://arch.quackerhead.com/~lord/releases/${PORTNAME}/ -MASTER_SITE_SUBDIR= gnu-arch +MASTER_SITES= GNU/gnu-arch \ + http://www.atai.org/gnuarch/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= The original arch source control management CLI written in C diff --git a/devel/tla/pkg-descr b/devel/tla/pkg-descr index a97feaaba149..b9414001325c 100644 --- a/devel/tla/pkg-descr +++ b/devel/tla/pkg-descr @@ -5,4 +5,4 @@ simply and easily. Arch is also "distributed" which means, for example that you can make arch branches of your own from remote projects, even if you do not have write access to the revision control archives for those projects. -WWW: http://gnuarch.org/ +WWW: http://www.gnu.org/software/gnu-arch/ |