- Update MASTER_SITES
- Repackaed the archiv (No functional changes.) PR: 112789 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
This commit is contained in:
parent
b5fbcf1e74
commit
e3b47ea382
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192048
2 changed files with 7 additions and 7 deletions
|
@ -9,9 +9,9 @@ PORTNAME= pagetopdf
|
||||||
PORTVERSION= 0.2
|
PORTVERSION= 0.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= www devel python
|
CATEGORIES= www devel python
|
||||||
MASTER_SITES= http://www.gerritbeine.de/downloads/trac-hacks/
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
||||||
PKGNAMEPREFIX= trac-
|
PKGNAMEPREFIX= trac-
|
||||||
DISTNAME= pagetopdfplugin
|
DISTNAME= pagetopdfplugin-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= gerrit.beine@gmx.de
|
MAINTAINER= gerrit.beine@gmx.de
|
||||||
COMMENT= Export trac wiki pages as PDFs
|
COMMENT= Export trac wiki pages as PDFs
|
||||||
|
@ -20,10 +20,10 @@ RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
|
||||||
htmldoc:${PORTSDIR}/textproc/htmldoc
|
htmldoc:${PORTSDIR}/textproc/htmldoc
|
||||||
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
||||||
|
|
||||||
USE_ZIP= yes
|
|
||||||
USE_PYTHON= 2.3+
|
USE_PYTHON= 2.3+
|
||||||
|
NO_BUILD= yes
|
||||||
USE_PYDISTUTILS=yes
|
USE_PYDISTUTILS=yes
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/0.10
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
||||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (pagetopdfplugin.zip) = e94e47154d59d5ca015b9e2f0903e15e
|
MD5 (pagetopdfplugin-0.2.tar.gz) = 79322379ef493b68f7bb3978b8135d0b
|
||||||
SHA256 (pagetopdfplugin.zip) = be837c9ea9550634a6296f5e57d7201a91816a120984db7e484956ffe650c9bf
|
SHA256 (pagetopdfplugin-0.2.tar.gz) = e2e9e81c97ae621dd252e8bf791df966a38cffb3bd38b110c8909821bce4348f
|
||||||
SIZE (pagetopdfplugin.zip) = 1545
|
SIZE (pagetopdfplugin-0.2.tar.gz) = 1389
|
||||||
|
|
Loading…
Reference in a new issue