Date: Sun, 22 Dec 2013 21:21:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337220 - in head/devel/hg-git: . files Message-ID: <201312222121.rBMLLOkQ036062@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312222121.rBMLLOkQ036062>