diff options
author | ak <ak@FreeBSD.org> | 2012-12-25 17:17:42 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-12-25 17:17:42 +0800 |
commit | a9b746bffec9a10ad7c8638c4b40fcb33ba3ea70 (patch) | |
tree | b0fe992d021312b1341aaaaa5b16a606484ebec3 /converters/bibtexconv | |
parent | 344d2ab3bbb2c745d94108668e3f85d34d909ff1 (diff) | |
download | freebsd-ports-gnome-a9b746bffec9a10ad7c8638c4b40fcb33ba3ea70.tar.gz freebsd-ports-gnome-a9b746bffec9a10ad7c8638c4b40fcb33ba3ea70.tar.zst freebsd-ports-gnome-a9b746bffec9a10ad7c8638c4b40fcb33ba3ea70.zip |
- Update to 0.9.3 [1]
- Convert Makefile headers to new style
- Remove LICENSE_FILE since GPLv3 is in Templates/Licenses
PR: ports/174615 (based on) [1]
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
Diffstat (limited to 'converters/bibtexconv')
-rw-r--r-- | converters/bibtexconv/Makefile | 9 | ||||
-rw-r--r-- | converters/bibtexconv/distinfo | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index acef489d5570..be502e1b0247 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: bibtexconv -# Date created: 2012-06-07 -# Whom: Thomas Dreibholz <dreibh@iem.uni-due.de> -# +# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de> # $FreeBSD$ -# PORTNAME= bibtexconv -PORTVERSION= 0.8.20 +PORTVERSION= 0.9.3 CATEGORIES= converters MASTER_SITES= http://www.iem.uni-due.de/~dreibh/bibtexconv/download/ \ http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/ @@ -15,7 +11,6 @@ MAINTAINER= dreibh@iem.uni-due.de COMMENT= BibTeX Converter LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl diff --git a/converters/bibtexconv/distinfo b/converters/bibtexconv/distinfo index ea4a9fc9c6d6..a7c1664d237e 100644 --- a/converters/bibtexconv/distinfo +++ b/converters/bibtexconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (bibtexconv-0.8.20.tar.gz) = e15a31431b4f7a16bd21a7e87f500cf1f164539850c6546d8d80a1978cc9e891 -SIZE (bibtexconv-0.8.20.tar.gz) = 431972 +SHA256 (bibtexconv-0.9.3.tar.gz) = 5fb38c05ec2e8b35421ca905add199d8a6f3c46794a59623d2584f95e7300522 +SIZE (bibtexconv-0.9.3.tar.gz) = 436597 |