mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 20110228
- Add license PR: ports/161827 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: glarkin@ (mentor) Feature safe: yes
This commit is contained in:
parent
115f7e3c13
commit
e52fb97c79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285891
3 changed files with 11 additions and 9 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= bzr
|
PORTNAME= bzr
|
||||||
PORTVERSION= 20090604
|
PORTVERSION= 20110228
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://home.tiscali.cz/~cz210552/bsdports/tarballs/
|
MASTER_SITES= http://home.tiscali.cz/~cz210552/bsdports/tarballs/
|
||||||
PKGNAMEPREFIX= trac-
|
PKGNAMEPREFIX= trac-
|
||||||
|
@ -16,9 +15,10 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||||
MAINTAINER= hsn@sendmail.cz
|
MAINTAINER= hsn@sendmail.cz
|
||||||
COMMENT= Bazaar-NG plugin for Trac
|
COMMENT= Bazaar-NG plugin for Trac
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
|
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac bzr:${PORTSDIR}/devel/bazaar-ng
|
||||||
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
||||||
|
|
||||||
USE_PYTHON= 2.5+
|
USE_PYTHON= 2.5+
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
|
@ -30,7 +30,10 @@ PLIST_SUB= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
|
||||||
PYTRAC_BZR_EGG=${PYTRAC_BZR_EGG}
|
PYTRAC_BZR_EGG=${PYTRAC_BZR_EGG}
|
||||||
|
|
||||||
EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
|
EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
|
||||||
PYTRAC_BZR_EGG= TracBzr-0.2-py${PYTHON_VER}.egg
|
PYTRAC_BZR_EGG= TracBzr-0.4.2-py${PYTHON_VER}.egg
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e 's|tag_date = 1||' ${WRKSRC}/setup.cfg
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (trac-bzr-20090604.tar.bz2) = 0d2dce08275dceabb2a28734aff743b489fd2ac016a16a3319ff20786fe82373
|
SHA256 (trac-bzr-20110228.tar.bz2) = cbfcb608a2398168ac3a29267f691a1ecb762b2c68aa9188b8236b77120b6c94
|
||||||
SIZE (trac-bzr-20090604.tar.bz2) = 23756
|
SIZE (trac-bzr-20110228.tar.bz2) = 27128
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
following lines must be added to your trac.ini and Trac must be
|
The following lines must be added to your trac.ini and Trac must be restarted.
|
||||||
restarted.
|
|
||||||
|
|
||||||
[trac]
|
[trac]
|
||||||
repository_dir = /path/to/repository
|
repository_dir = /path/to/repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue