diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-06-27 12:54:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-06-27 12:54:18 +0000 |
commit | a982fc5a4d6732bf8d28bafc2aabc17587b4bca6 (patch) | |
tree | f1264be01043cf0db7e5bfd81df84dd6c44e90a1 /www/ikiwiki/Makefile | |
parent | e75f605b1bc3d7d31914815932ab62f7b6356f48 (diff) | |
download | ports-a982fc5a4d6732bf8d28bafc2aabc17587b4bca6.tar.gz ports-a982fc5a4d6732bf8d28bafc2aabc17587b4bca6.zip |
Update to 3.20170622.
Changes: http://metadata.ftp-master.debian.org/changelogs/main/i/ikiwiki/ikiwiki_3.20170622_changelog
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=444453
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 18ea2027c3d9..110f647d3fd2 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ikiwiki -PORTVERSION= 3.20170111 +PORTVERSION= 3.20170622 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= DEBIAN_POOL \ @@ -35,7 +35,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gettext perl5 gmake cpe tar:xz +USES= gettext perl5 gmake cpe tar:xz python shebangfix USE_PERL5= configure NO_ARCH= yes @@ -62,6 +62,8 @@ MULTI_RUN_DEPENDS= p5-Text-MultiMarkdown>=0:textproc/p5-Text-MultiMarkdown PORTDOCS= CHANGELOG NEWS README PORTEXAMPLES= * +SHEBANG_FILES= plugins/* + post-patch: @${REINPLACE_CMD} -i '' \ -e 's|/usr/bin/markdown|${LOCALBASE}/bin/markdown|' \ |