svn commit: r380196 - head/textproc/bib2html
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Mar 1 15:04:15 UTC 2015
Author: amdmi3
Date: Sun Mar 1 15:04:14 2015
New Revision: 380196
URL: https://svnweb.freebsd.org/changeset/ports/380196
QAT: https://qat.redports.org/buildarchive/r380196/
Log:
- Fix shebangs
- Add LICENSE
- Fix comment
MFH: 2015Q1
Modified:
head/textproc/bib2html/Makefile
Modified: head/textproc/bib2html/Makefile
==============================================================================
--- head/textproc/bib2html/Makefile Sun Mar 1 14:50:28 2015 (r380195)
+++ head/textproc/bib2html/Makefile Sun Mar 1 15:04:14 2015 (r380196)
@@ -3,18 +3,22 @@
PORTNAME= bib2html
DISTVERSION= 5.1-1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc print
MASTER_SITES= http://www.arakhne.org/IMG/gz/ \
http://fresh.t-systems-sfr.com/fresh/unix/src/privat2/
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= The BibTeX to HTML Translator
+COMMENT= BibTeX to HTML Translator
+
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/../COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]$//}/src
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bib2html.pl bib2xml.pl
USE_PERL5= run
NO_BUILD= yes
More information about the svn-ports-all
mailing list