ports/183382: [MAINTAINER] devel/gitolite2: update to 2.3.1_1
milki
milki at rescomp.berkeley.edu
Mon Oct 28 05:10:02 UTC 2013
>Number: 183382
>Category: ports
>Synopsis: [MAINTAINER] devel/gitolite2: update to 2.3.1_1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Oct 28 05:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: milki
>Release: FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
cibo
>Environment:
System: FreeBSD cibo.ircmylife.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012
>Description:
- Update to 2.3.1_1
Fix package collision
Use GH mastersite
Note: tdb, please upload g-sitaramc-gitolite-2.3.1-912a8bd.tar.gz
https://codeload.github.com/sitaramc/gitolite/legacy.tar.gz/912a8bd?dummy=/
Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:
--- gitolite2-2.3.1_1.patch begins here ---
diff -ruN /usr/ports/devel/gitolite2/Makefile ./Makefile
--- /usr/ports/devel/gitolite2/Makefile 2013-10-13 23:52:32.000000000 -0700
+++ ./Makefile 2013-10-27 22:02:10.000000000 -0700
@@ -2,10 +2,12 @@
PORTNAME= gitolite
PORTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://milki.github.io/${PORTNAME}/ \
+MASTER_SITES= GH \
LOCAL/tdb
PKGNAMESUFFIX= 2
+DISTNAME= g-${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-${GH_COMMIT}
MAINTAINER= milki at rescomp.berkeley.edu
COMMENT= An access control layer on top of git
@@ -14,7 +16,11 @@
RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git
-LATEST_LINK= gitolite2
+USE_GITHUB= yes
+GH_ACCOUNT= sitaramc
+GH_COMMIT= 912a8bd
+GH_TAGNAME= ${GH_COMMIT}
+
CONFLICTS= gitolite-[^2]*
USES= perl5
@@ -57,6 +63,7 @@
${WRKSRC}/hooks/common/update
do-build:
+ echo "v${PORTVERSION}-0-g${GH_COMMIT}" > ${WRKSRC}/conf/VERSION
-@${RM} ${WRKSRC}/src/gl-system-install
@${REINPLACE_CMD} \
-E 's%^GL_PACKAGE_CONF=.*%GL_PACKAGE_CONF=${DATADIR}/conf;%' \
diff -ruN /usr/ports/devel/gitolite2/distinfo ./distinfo
--- /usr/ports/devel/gitolite2/distinfo 2012-07-14 06:54:48.000000000 -0700
+++ ./distinfo 2013-10-27 00:37:34.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (gitolite-2.3.1.tar.gz) = 53303fea0154914356830202d3de23f94682bab26197ead8ca05d58818c56e82
-SIZE (gitolite-2.3.1.tar.gz) = 255807
+SHA256 (g-sitaramc-gitolite-2.3.1-912a8bd.tar.gz) = 41e0bde3ea3eb76ec18ccc8c74fd7b915683334ced75fbd467ead42ea761650d
+SIZE (g-sitaramc-gitolite-2.3.1-912a8bd.tar.gz) = 255662
diff -ruN /usr/ports/devel/gitolite2/pkg-plist ./pkg-plist
--- /usr/ports/devel/gitolite2/pkg-plist 2012-07-14 06:54:48.000000000 -0700
+++ ./pkg-plist 2013-10-26 22:50:50.000000000 -0700
@@ -31,4 +31,3 @@
@dirrm %%DATADIR%%/hooks
@dirrm %%DATADIR%%
@dirrm libexec/gitolite
-%%GITUSER%%@dirrmtry git
--- gitolite2-2.3.1_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list