Bug 185100 - [maintainer-update] [patch] devel/hg-git: Update to 0.5.0
Summary: [maintainer-update] [patch] devel/hg-git: Update to 0.5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-22 19:00 UTC by Marco Bröder
Modified: 2013-12-22 21:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.58 KB, patch)
2013-12-22 19:00 UTC, Marco Bröder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Bröder 2013-12-22 19:00:00 UTC
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:
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2013-12-22 20:46:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-22 21:21:37 UTC
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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-12-22 21:26:15 UTC
State Changed
From-To: open->closed

Patch committed, thanks!