Update to 0.5.0 release. Remove obsolete patches (and files directory). Remove obsolete PYDISTUTILS_PKGNAME workaround. Tested (amd64) on head, stable/10, releng/9.2, releng/8.4. Thanks! Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->antoine Take
Author: antoine Date: Sun Dec 22 21:21:24 2013 New Revision: 337220 URL: http://svnweb.freebsd.org/changeset/ports/337220 Log: - Update to 0.5.0 - Remove no longer needed patches PR: ports/185100 Submitted by: Marco Broder (maintainer) Deleted: head/devel/hg-git/files/ Modified: head/devel/hg-git/Makefile head/devel/hg-git/distinfo Modified: head/devel/hg-git/Makefile ============================================================================== --- head/devel/hg-git/Makefile Sun Dec 22 21:09:27 2013 (r337219) +++ head/devel/hg-git/Makefile Sun Dec 22 21:21:24 2013 (r337220) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hg-git -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,5 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=*: USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= ${PORTNAME:S/-/_/} .include <bsd.port.mk> Modified: head/devel/hg-git/distinfo ============================================================================== --- head/devel/hg-git/distinfo Sun Dec 22 21:09:27 2013 (r337219) +++ head/devel/hg-git/distinfo Sun Dec 22 21:21:24 2013 (r337220) @@ -1,2 +1,2 @@ -SHA256 (hg-git-0.4.0.tar.gz) = 6a2289539bae5f898c25e66c149cb27eacb3ac2bcd90d3e247ba42ebba9f8a9c -SIZE (hg-git-0.4.0.tar.gz) = 21981 +SHA256 (hg-git-0.5.0.tar.gz) = bad27f98f4a3d58acbea6495b93d6b7ca27e5544e1c685c4432e5d0fe09fcbee +SIZE (hg-git-0.5.0.tar.gz) = 28923 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Patch committed, thanks!