diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /textproc | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libmrss/Makefile | 4 | ||||
-rw-r--r-- | textproc/libnxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/raptor/Makefile | 3 | ||||
-rw-r--r-- | textproc/raptor2/Makefile | 3 | ||||
-rw-r--r-- | textproc/rss2html/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile index ed6acb07c323..241f0dba449e 100644 --- a/textproc/libmrss/Makefile +++ b/textproc/libmrss/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmrss PORTVERSION= 0.19.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ @@ -15,7 +15,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A C library for parsing, writing, and creating RSS BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ nxml.18:${PORTSDIR}/textproc/libnxml OPTIONS= PHPMRSS "support to PHP" on diff --git a/textproc/libnxml/Makefile b/textproc/libnxml/Makefile index 6fce13ec9abf..a8b270e20186 100644 --- a/textproc/libnxml/Makefile +++ b/textproc/libnxml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnxml PORTVERSION= 0.18.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= A C library for writing XML 1.0/1.1 files or streams -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I/${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 5eebe1f2795e..c8c48c456247 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -8,6 +8,7 @@ PORTNAME= raptor PORTVERSION= 1.4.18 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \ http://download.librdf.org/source/ @@ -16,7 +17,7 @@ MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \ MAINTAINER= chuck@pkix.net COMMENT= RDF Parser Toolkit for Redland -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_GNOME= gnomehack gnometarget libxml2 GNU_CONFIGURE= yes diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 5eebe1f2795e..c8c48c456247 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -8,6 +8,7 @@ PORTNAME= raptor PORTVERSION= 1.4.18 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \ http://download.librdf.org/source/ @@ -16,7 +17,7 @@ MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \ MAINTAINER= chuck@pkix.net COMMENT= RDF Parser Toolkit for Redland -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_GNOME= gnomehack gnometarget libxml2 GNU_CONFIGURE= yes diff --git a/textproc/rss2html/Makefile b/textproc/rss2html/Makefile index 9357f133d3f9..c154d09b1983 100644 --- a/textproc/rss2html/Makefile +++ b/textproc/rss2html/Makefile @@ -7,6 +7,7 @@ PORTNAME= rss2html PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://mirror.mcx2.org/ \ ftp://ftp.nopcode.org/prj/rss2html/ @@ -14,7 +15,7 @@ MASTER_SITES= http://mirror.mcx2.org/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= RSS to HTML converter -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CFLAGS+= "-I${LOCALBASE}/include" "-L${LOCALBASE}/lib" |