Date: Sat, 24 Mar 2018 15:16:58 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465455 - head/textproc/bibtex2html Message-ID: <201803241516.w2OFGw3e088129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Mar 24 15:16:58 2018 New Revision: 465455 URL: https://svnweb.freebsd.org/changeset/ports/465455 Log: Add LICENSE setting (GPLv2) based on a check of the source code, README, etc. Modified: head/textproc/bibtex2html/Makefile Modified: head/textproc/bibtex2html/Makefile ============================================================================== --- head/textproc/bibtex2html/Makefile Sat Mar 24 14:40:15 2018 (r465454) +++ head/textproc/bibtex2html/Makefile Sat Mar 24 15:16:58 2018 (r465455) @@ -3,12 +3,14 @@ PORTNAME= bibtex2html PORTVERSION= 1.98 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ MAINTAINER= gerald@FreeBSD.org COMMENT= Tools for searching BibTeX and translating from BibTeX to HTML + +LICENSE= GPLv2 BUILD_DEPENDS= ocaml:lang/ocaml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803241516.w2OFGw3e088129>