diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-19 16:45:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-19 16:45:17 +0000 |
commit | b8e9fc254a61382aa323ffc013c621be4c6f24c0 (patch) | |
tree | f5e9ee8abbd063b7cf3182ed072c86bbd584b816 | |
parent | 3b2980faf3be03bea80b545ed7402734c5e3421c (diff) |
Notes
-rw-r--r-- | devel/pythontidy/Makefile | 3 | ||||
-rw-r--r-- | mail/archivemail/Makefile | 6 | ||||
-rw-r--r-- | misc/wotsap/Makefile | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/pythontidy/Makefile b/devel/pythontidy/Makefile index 8e11c547f6ce..2e8785d115fc 100644 --- a/devel/pythontidy/Makefile +++ b/devel/pythontidy/Makefile @@ -3,6 +3,7 @@ PORTNAME= pythontidy PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.lacusveris.com/PythonTidy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +26,7 @@ do-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR} do-patch: - ${REINPLACE_CMD} -e 's,#!/usr/bin/python,#!/usr/bin/env python,' \ + ${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ ${WRKDIR}/${DISTFILES} do-install: diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile index fde62a32c1d4..cbc579f8842d 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -3,7 +3,7 @@ PORTNAME= archivemail PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/ @@ -13,9 +13,11 @@ COMMENT= Archive or delete mail older than N days LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python +USES= python shebangfix NO_BUILD= yes NO_ARCH= yes +SHEBANG_FILES= mail \ + test_archivemail DOCS= CHANGELOG FAQ NEWS README TODO EXAMPLES= test_archivemail examples/archivemail_all diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile index 2639ee17e941..e33ecfd70524 100644 --- a/misc/wotsap/Makefile +++ b/misc/wotsap/Makefile @@ -3,7 +3,7 @@ PORTNAME= wotsap PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/download/ EXTRACT_SUFX= .tgz @@ -13,8 +13,9 @@ COMMENT= Web of trust statistics and pathfinder RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow -USES= python:2,run +USES= python:2,run shebangfix NO_BUILD= yes +SHEBANG_FILES= wotsap pks2wot PLIST_FILES= bin/pks2wot bin/wotsap PORTSCOUT= ignore:1 |