diff options
author | culot <culot@FreeBSD.org> | 2012-08-06 16:42:27 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-08-06 16:42:27 +0800 |
commit | ca3fb36b60d83962848326c760e4c4f63bb517b5 (patch) | |
tree | 0b1867b2a8b29c91f9e07655490d134fd9f726c5 /devel | |
parent | 653d3669f0b419ce771b3034bed256db9c8ee536 (diff) | |
download | freebsd-ports-gnome-ca3fb36b60d83962848326c760e4c4f63bb517b5.tar.gz freebsd-ports-gnome-ca3fb36b60d83962848326c760e4c4f63bb517b5.tar.zst freebsd-ports-gnome-ca3fb36b60d83962848326c760e4c4f63bb517b5.zip |
- Update to 1.0.27 [1]
- Pet portlint(1) by moving LICENSE section earlier
Changes: http://www.lemke-it.com/litnoauth?request=pubcloglfcxml
PR: ports/170377 [1]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lfcxml/Makefile | 5 | ||||
-rw-r--r-- | devel/lfcxml/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile index 82fd63a17f29..775da181aed9 100644 --- a/devel/lfcxml/Makefile +++ b/devel/lfcxml/Makefile @@ -5,16 +5,17 @@ # $FreeBSD$ PORTNAME= lfcxml -PORTVERSION= 1.0.26 +PORTVERSION= 1.0.27 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu COMMENT= C++ XML library, used for databases/cego +LICENSE= GPLv2 + LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc -LICENSE= GPLv2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/lfcxml/distinfo b/devel/lfcxml/distinfo index f1ee90aec27f..11ecea6648aa 100644 --- a/devel/lfcxml/distinfo +++ b/devel/lfcxml/distinfo @@ -1,2 +1,2 @@ -SHA256 (lfcxml-1.0.26.tar.gz) = 5133f8cae1497b3207ac8cec44d08d6ea1ecaddf01f840f3547f50f33e76daf4 -SIZE (lfcxml-1.0.26.tar.gz) = 125552 +SHA256 (lfcxml-1.0.27.tar.gz) = f0fd9ef8329b183e3a3ed5a926261768b48aec7b99457f56dddf10e47a6f5f01 +SIZE (lfcxml-1.0.27.tar.gz) = 124925 |