svn commit: r389917 - head/textproc/txt2tags
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 17 12:56:29 UTC 2015
Author: amdmi3
Date: Wed Jun 17 12:56:28 2015
New Revision: 389917
URL: https://svnweb.freebsd.org/changeset/ports/389917
Log:
- Fix shebangs
- Add NO_ARCH
Modified:
head/textproc/txt2tags/Makefile
Modified: head/textproc/txt2tags/Makefile
==============================================================================
--- head/textproc/txt2tags/Makefile Wed Jun 17 12:56:20 2015 (r389916)
+++ head/textproc/txt2tags/Makefile Wed Jun 17 12:56:28 2015 (r389917)
@@ -3,14 +3,17 @@
PORTNAME= txt2tags
PORTVERSION= 2.6
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports at FreeBSD.org
COMMENT= Convert simply formatted text into markup (e.g., HTML)
-USES= python:2 tar:tgz
+USES= python:2 shebangfix tar:tgz
+SHEBANG_FILES= extras/html-update.sh
NO_BUILD= yes
+NO_ARCH= yes
PORTDOCS= ChangeLog README userguide.pdf
SAMPLE_DIRS= css img module
More information about the svn-ports-all
mailing list