diff options
author | krion <krion@FreeBSD.org> | 2005-05-03 17:07:26 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-05-03 17:07:26 +0800 |
commit | 9c3f5c227fb8be258126eb23062928bce788fa9c (patch) | |
tree | a0960712853143e2bc979b533d870fab46cf7e8b /textproc | |
parent | 9b284e2a14751b211ff32e178252dbfcb35e2e49 (diff) | |
download | freebsd-ports-gnome-9c3f5c227fb8be258126eb23062928bce788fa9c.tar.gz freebsd-ports-gnome-9c3f5c227fb8be258126eb23062928bce788fa9c.tar.zst freebsd-ports-gnome-9c3f5c227fb8be258126eb23062928bce788fa9c.zip |
Update to version 0.4.0
PR: ports/80545
Submitted by: Ports Fury
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/liblrdf/Makefile | 9 | ||||
-rw-r--r-- | textproc/liblrdf/distinfo | 4 | ||||
-rw-r--r-- | textproc/liblrdf/pkg-descr | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 8983e806efa8..f4ce40711e56 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ PORTNAME= liblrdf -PORTVERSION= 0.3.7 +PORTVERSION= 0.4.0 CATEGORIES= textproc -MASTER_SITES= http://plugin.org.uk/releases/lrdf/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= lrdf MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating RDF files describing LADSPA plugins @@ -15,8 +16,8 @@ COMMENT= Library for manipulating RDF files describing LADSPA plugins 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_GNOME= gnomehack gnometarget +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/textproc/liblrdf/distinfo b/textproc/liblrdf/distinfo index 303ee238bb57..a6056e4b2877 100644 --- a/textproc/liblrdf/distinfo +++ b/textproc/liblrdf/distinfo @@ -1,2 +1,2 @@ -MD5 (liblrdf-0.3.7.tar.gz) = 8980f8f2fcef60591b7571bdc8cd0763 -SIZE (liblrdf-0.3.7.tar.gz) = 323390 +MD5 (liblrdf-0.4.0.tar.gz) = 327a5674f671c4b360c6353800226877 +SIZE (liblrdf-0.4.0.tar.gz) = 336959 diff --git a/textproc/liblrdf/pkg-descr b/textproc/liblrdf/pkg-descr index 695a21f864ee..182c5bdaba32 100644 --- a/textproc/liblrdf/pkg-descr +++ b/textproc/liblrdf/pkg-descr @@ -7,4 +7,4 @@ It can read RDF/XLM and N3 files and export N3 files, it also has a light taxonomic inference capablility. Author: Steve Harris <steve@plugin.org.uk> -WWW: http://www.plugin.org.uk/ +WWW: http://sourceforge.net/projects/lrdf/ |