diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-10-07 04:15:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-10-07 04:15:36 +0800 |
commit | 966d8fe1c4274025a77ace6fbeacd42ae2933335 (patch) | |
tree | 3db439ac7d808108203f829225e159617542b465 /misc | |
parent | 087dfb806a7f4e39d7b60646c24040640fac0fd0 (diff) | |
download | freebsd-ports-gnome-966d8fe1c4274025a77ace6fbeacd42ae2933335.tar.gz freebsd-ports-gnome-966d8fe1c4274025a77ace6fbeacd42ae2933335.tar.zst freebsd-ports-gnome-966d8fe1c4274025a77ace6fbeacd42ae2933335.zip |
- make portlint happier
- update URL, MASTER_SITES
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xdelta/Makefile | 4 | ||||
-rw-r--r-- | misc/xdelta/pkg-descr | 2 | ||||
-rw-r--r-- | misc/xdelta/pkg-plist | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 357e25ec5bcf..e23a79ad60de 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -5,7 +5,7 @@ PORTNAME= xdelta PORTVERSION= 1.1.4 PORTREVISION= 5 CATEGORIES= misc devel -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://www.mirrorservice.org/sites/vectorlinux.com/veclinux-6.0/source/extra/x-apps/xdelta/1.1.4/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Diff/patch utility for binary files @@ -13,8 +13,6 @@ COMMENT= Diff/patch utility for binary files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - USES= libtool pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes diff --git a/misc/xdelta/pkg-descr b/misc/xdelta/pkg-descr index 590ac39fc53d..8d9d202dde1c 100644 --- a/misc/xdelta/pkg-descr +++ b/misc/xdelta/pkg-descr @@ -8,4 +8,4 @@ accepts two file versions and produces a delta, while patch accepts the original file version and delta and produces the second version. -WWW: http://code.google.com/p/xdelta/ +WWW: https://github.com/jmacd/xdelta diff --git a/misc/xdelta/pkg-plist b/misc/xdelta/pkg-plist index 86d2801a2f83..c8cebd856b23 100644 --- a/misc/xdelta/pkg-plist +++ b/misc/xdelta/pkg-plist @@ -14,4 +14,3 @@ lib/libxdelta.so.2 lib/libxdelta.so.2.0.0 share/aclocal/xdelta.m4 man/man1/xdelta.1.gz - |