diff options
author | danfe <danfe@FreeBSD.org> | 2007-06-29 02:41:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-06-29 02:41:35 +0800 |
commit | 0c8dcfbc10b7b58562d16653cea811507cd8a27a (patch) | |
tree | 337fb9b8d8cbb5f96a41e878cb157ece77ae4d2b /textproc/ssddiff | |
parent | 3e6834bc8b96169c0eead22061320c0791cf7d1b (diff) | |
download | freebsd-ports-gnome-0c8dcfbc10b7b58562d16653cea811507cd8a27a.tar.gz freebsd-ports-gnome-0c8dcfbc10b7b58562d16653cea811507cd8a27a.tar.zst freebsd-ports-gnome-0c8dcfbc10b7b58562d16653cea811507cd8a27a.zip |
- Fix fetching [1]
- Relinquish
Reported by: fenner's distfile survey [1]
Diffstat (limited to 'textproc/ssddiff')
-rw-r--r-- | textproc/ssddiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ssddiff/Makefile b/textproc/ssddiff/Makefile index fd7068b229eb..576aaac55727 100644 --- a/textproc/ssddiff/Makefile +++ b/textproc/ssddiff/Makefile @@ -8,9 +8,9 @@ PORTNAME= ssddiff PORTVERSION= 0.2 CATEGORIES= textproc -MASTER_SITES= http://alioth.debian.org/download.php/1469/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/1469/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A diff application for semistructured data such as XML files USE_AUTOTOOLS= automake:14 |