diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-22 18:02:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-22 18:02:36 +0800 |
commit | 81580227f6f5ee51d333656c4f3d3ed3f1a621e4 (patch) | |
tree | 024ef40cce564a9af9b0d83333522c3b40af1dd1 | |
parent | aa5c1737799c9496d71e51598f679e74f81a6f5b (diff) | |
download | freebsd-ports-gnome-81580227f6f5ee51d333656c4f3d3ed3f1a621e4.tar.gz freebsd-ports-gnome-81580227f6f5ee51d333656c4f3d3ed3f1a621e4.tar.zst freebsd-ports-gnome-81580227f6f5ee51d333656c4f3d3ed3f1a621e4.zip |
- Update to 0.37
Changes: http://www.liblognorm.com/news/
PR: ports/182253
Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
-rw-r--r-- | devel/liblognorm/Makefile | 4 | ||||
-rw-r--r-- | devel/liblognorm/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/liblognorm/Makefile b/devel/liblognorm/Makefile index d451e0aba4dc..f3bd0be5a41e 100644 --- a/devel/liblognorm/Makefile +++ b/devel/liblognorm/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liblognorm -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.7 CATEGORIES= devel net security MASTER_SITES= http://www.liblognorm.com/download/files/download/ @@ -16,9 +16,9 @@ LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \ USES= pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes +NO_STAGE= yes # Try to fix parallel (-jX) builds -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^lognormalizer_DEPENDENCIES/s,=,= $$(lib_LTLIBRARIES),' \ diff --git a/devel/liblognorm/distinfo b/devel/liblognorm/distinfo index 01071f5d32bc..f972a7a1bbc8 100644 --- a/devel/liblognorm/distinfo +++ b/devel/liblognorm/distinfo @@ -1,2 +1,2 @@ -SHA256 (liblognorm-0.3.5.tar.gz) = 5714f145b379adb64fe1d87ea6adec9e8d91e5fe1bc0654febb85960dc34dd06 -SIZE (liblognorm-0.3.5.tar.gz) = 322410 +SHA256 (liblognorm-0.3.7.tar.gz) = b000ab7aab9ed3d7a2c23303463b5bcceb7bb6538714bd41248d02913a82e223 +SIZE (liblognorm-0.3.7.tar.gz) = 346903 |