svn commit: r343546 - head/www/trac-mercurial
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sun Feb 9 21:55:53 UTC 2014
Author: rm
Date: Sun Feb 9 21:55:52 2014
New Revision: 343546
URL: http://svnweb.freebsd.org/changeset/ports/343546
QAT: https://qat.redports.org/buildarchive/r343546/
Log:
- update to 1.0.0.3 to fix support for mercurial >= 2.3.1 [1]
- add LICENSE (GPLv2)
- do not use easy_install and convert to auto-generated packing list
PR: 178196
Reported by: Gabor HALASZ <halasz.g at freemail.hu> [1]
Submitted by: moto kawasaki <moto at kawasaki3.org> (based on)
Modified:
head/www/trac-mercurial/Makefile
head/www/trac-mercurial/distinfo
Modified: head/www/trac-mercurial/Makefile
==============================================================================
--- head/www/trac-mercurial/Makefile Sun Feb 9 21:55:51 2014 (r343545)
+++ head/www/trac-mercurial/Makefile Sun Feb 9 21:55:52 2014 (r343546)
@@ -1,10 +1,9 @@
# $FreeBSD$
-PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
-PORTVERSION= 0.12.0.1
-PORTREVISION= 1
+PORTNAME= mercurial
+PORTVERSION= 1.0.0.3
CATEGORIES= www devel python
-MASTER_SITES= LOCAL/pgollucci
+MASTER_SITES= LOCAL/rm
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
@@ -12,22 +11,13 @@ DIST_SUBDIR= trac
MAINTAINER= ports at FreeBSD.org
COMMENT= Plugin to use Mercurial instead of Subversion in Trac
-RUN_DEPENDS+= hg:${PORTSDIR}/devel/mercurial \
+LICENSE= GPLv2
+
+RUN_DEPENDS= hg:${PORTSDIR}/devel/mercurial \
tracd:${PORTSDIR}/www/trac
-USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= TracMercurial
-PYDISTUTILS_PKGVERSION= 0.12.0.23dev
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-.if defined(BOOTSTRAP)
-do-fetch:
- ${MKDIR} ${WRKDIR}
- svn export http://svn.edgewall.org/repos/trac/plugins/0.12/mercurial-plugin ${WRKSRC}
- ${MKDIR} ${_DISTDIR}
- cd ${WRKDIR} && \
- tar cfvz ${_DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME}
-.endif
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/www/trac-mercurial/distinfo
==============================================================================
--- head/www/trac-mercurial/distinfo Sun Feb 9 21:55:51 2014 (r343545)
+++ head/www/trac-mercurial/distinfo Sun Feb 9 21:55:52 2014 (r343546)
@@ -1,2 +1,2 @@
-SHA256 (trac/mercurialplugin-0.12.0.1.tar.gz) = 56d1663196b34d5664e45eeed2b3530b7ce4728ba284aa9af4b11d07d6e652d0
-SIZE (trac/mercurialplugin-0.12.0.1.tar.gz) = 20990
+SHA256 (trac/mercurialplugin-1.0.0.3.tar.gz) = 733f0e30c5b3e9521f72b755f471b8b8f9ae27f5643ab7ffb01d6ca4bcda2bc9
+SIZE (trac/mercurialplugin-1.0.0.3.tar.gz) = 26597
More information about the svn-ports-all
mailing list