diff options
author | krion <krion@FreeBSD.org> | 2004-07-16 00:46:14 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-16 00:46:14 +0800 |
commit | 77437eb18e11081cd1700c77ec446cfd0fd15270 (patch) | |
tree | 4be2276b18fce5a1a3848dfb6ec6186fb6cc8492 /textproc | |
parent | 28e1f0e49147691123c2aa7849afe6b836981261 (diff) | |
download | freebsd-ports-gnome-77437eb18e11081cd1700c77ec446cfd0fd15270.tar.gz freebsd-ports-gnome-77437eb18e11081cd1700c77ec446cfd0fd15270.tar.zst freebsd-ports-gnome-77437eb18e11081cd1700c77ec446cfd0fd15270.zip |
- Update to version 0.3.7
PR: ports/69116
Submitted by: Ports Fury
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/liblrdf/Makefile | 5 | ||||
-rw-r--r-- | textproc/liblrdf/distinfo | 4 | ||||
-rw-r--r-- | textproc/liblrdf/pkg-plist | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index a784b124aad9..8983e806efa8 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= liblrdf -PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTVERSION= 0.3.7 CATEGORIES= textproc MASTER_SITES= http://plugin.org.uk/releases/lrdf/ @@ -17,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor USE_GNOME= gnomehack gnometarget lthack -USE_INC_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/textproc/liblrdf/distinfo b/textproc/liblrdf/distinfo index 569784ba51a3..303ee238bb57 100644 --- a/textproc/liblrdf/distinfo +++ b/textproc/liblrdf/distinfo @@ -1,2 +1,2 @@ -MD5 (liblrdf-0.3.5.tar.gz) = 645e5a5085caa594576c834c345efdc7 -SIZE (liblrdf-0.3.5.tar.gz) = 230095 +MD5 (liblrdf-0.3.7.tar.gz) = 8980f8f2fcef60591b7571bdc8cd0763 +SIZE (liblrdf-0.3.7.tar.gz) = 323390 diff --git a/textproc/liblrdf/pkg-plist b/textproc/liblrdf/pkg-plist index 211ea7333b42..263a5746dcb8 100644 --- a/textproc/liblrdf/pkg-plist +++ b/textproc/liblrdf/pkg-plist @@ -3,7 +3,7 @@ include/lrdf_types.h lib/liblrdf.a lib/liblrdf.so lib/liblrdf.so.2 -share/ladspa/rdf/ladspa.rdfs libdata/pkgconfig/lrdf.pc -@dirrm share/ladspa/rdf +share/ladspa/rdf/ladspa.rdfs +@unexec rmdir %D/share/ladspa/rdf 2>/dev/null || true @unexec rmdir %D/share/ladspa 2>/dev/null || true |