From owner-svn-ports-all@freebsd.org Thu Oct 6 20:15:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 898DEBEC570; Thu, 6 Oct 2016 20:15:37 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 595E9616; Thu, 6 Oct 2016 20:15:37 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u96KFana054129; Thu, 6 Oct 2016 20:15:36 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u96KFakA054126; Thu, 6 Oct 2016 20:15:36 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201610062015.u96KFakA054126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 6 Oct 2016 20:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423441 - head/misc/xdelta X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 20:15:37 -0000 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 -