Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 20:15:36 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423441 - head/misc/xdelta
Message-ID:  <201610062015.u96KFakA054126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Thu Oct  6 20:15:36 2016
New Revision: 423441
URL: https://svnweb.freebsd.org/changeset/ports/423441

Log:
  - make portlint happier
  - update URL, MASTER_SITES

Modified:
  head/misc/xdelta/Makefile
  head/misc/xdelta/pkg-descr
  head/misc/xdelta/pkg-plist

Modified: head/misc/xdelta/Makefile
==============================================================================
--- head/misc/xdelta/Makefile	Thu Oct  6 20:11:18 2016	(r423440)
+++ head/misc/xdelta/Makefile	Thu Oct  6 20:15:36 2016	(r423441)
@@ -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 f
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
-
 USES=		libtool pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes

Modified: head/misc/xdelta/pkg-descr
==============================================================================
--- head/misc/xdelta/pkg-descr	Thu Oct  6 20:11:18 2016	(r423440)
+++ head/misc/xdelta/pkg-descr	Thu Oct  6 20:15:36 2016	(r423441)
@@ -8,4 +8,4 @@ accepts two file versions and produces a
 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

Modified: head/misc/xdelta/pkg-plist
==============================================================================
--- head/misc/xdelta/pkg-plist	Thu Oct  6 20:11:18 2016	(r423440)
+++ head/misc/xdelta/pkg-plist	Thu Oct  6 20:15:36 2016	(r423441)
@@ -14,4 +14,3 @@ lib/libxdelta.so.2
 lib/libxdelta.so.2.0.0
 share/aclocal/xdelta.m4
 man/man1/xdelta.1.gz
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610062015.u96KFakA054126>