aboutsummaryrefslogtreecommitdiff
path: root/www/flickcurl
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-09-04 04:53:07 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-09-04 04:53:07 +0000
commit60142314b6fa572e821b7630f04ec5ef3bb3d0f2 (patch)
treec8320c66e153604e8af308020b0b8dcdd0b66139 /www/flickcurl
parente242f309a82a2c7b11193e60d8dab0e17348c268 (diff)
downloadports-60142314b6fa572e821b7630f04ec5ef3bb3d0f2.tar.gz
ports-60142314b6fa572e821b7630f04ec5ef3bb3d0f2.zip
- update to 1.25
- pass maintainership to submitter - convert to new lib_depends format and adopt new options helpers PR: 181766 (based on) Submitted by: danilogondolfo@gmail.com
Notes
Notes: svn path=/head/; revision=326246
Diffstat (limited to 'www/flickcurl')
-rw-r--r--www/flickcurl/Makefile26
-rw-r--r--www/flickcurl/distinfo4
2 files changed, 17 insertions, 13 deletions
diff --git a/www/flickcurl/Makefile b/www/flickcurl/Makefile
index 9d71d7a61258..7c5dbaca64a5 100644
--- a/www/flickcurl/Makefile
+++ b/www/flickcurl/Makefile
@@ -2,22 +2,25 @@
# $FreeBSD$
PORTNAME= flickcurl
-PORTVERSION= 1.24
-PORTREVISION= 1
+PORTVERSION= 1.25
CATEGORIES= www
MASTER_SITES= http://download.dajobe.org/flickcurl/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danilogondolfo@gmail.com
COMMENT= C library for the Flickr API
LICENSE= AL2 GPLv2 LGPL21
LICENSE_COMB= dual
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
OPTIONS_DEFINE= RAPTOR DOCS
+OPTIONS_RADIO= WEBSERVICE
+OPTIONS_RADIO_WEBSERVICE= OFFLINE CAPTURE
OPTIONS_DEFAULT=RAPTOR
RAPTOR_DESC= Use Raptor to serialize to triples
+OFFLINE_DESC= Offline use of captured XML web service responses
+CAPTURE_DESC= Capturing web service responses
USES= pathfix pkgconfig
USE_GNOME= ltverhack libxml2
@@ -27,14 +30,15 @@ USE_LDCONFIG= yes
MAN1= flickcurl.1 flickcurl-config.1 flickrdf.1
-.include <bsd.port.options.mk>
+OFFLINE_CONFIGURE_ON= --enable-offline
+OFFLINE_CONFIGURE_OFF= offline=no
+CAPTURE_CONFIGURE_ON= --enable-capture
+CAPTURE_CONFIGURE_OFF= capture=no
+RAPTOR_LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2
+RAPTOR_CONFIGURE_ON= --with-raptor=2
+RAPTOR_CONFIGURE_OFF= --with-raptor=no
-.if ${PORT_OPTIONS:MRAPTOR}
-LIB_DEPENDS+= raptor2:${PORTSDIR}/textproc/raptor2
-CONFIGURE_ARGS+=--with-raptor=2
-.else
-CONFIGURE_ARGS+=--with-raptor=no
-.endif
+.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
diff --git a/www/flickcurl/distinfo b/www/flickcurl/distinfo
index e4fc48d8e3b7..57111156a9ee 100644
--- a/www/flickcurl/distinfo
+++ b/www/flickcurl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (flickcurl-1.24.tar.gz) = 61f1a908ae2342490218dd9b435fc408bc5d22ce5f046c7cf9f742cab68502a8
-SIZE (flickcurl-1.24.tar.gz) = 1852406
+SHA256 (flickcurl-1.25.tar.gz) = 4ce95b659da2ea790b7244baa441d59eef1db794778491f6d709b784517d560b
+SIZE (flickcurl-1.25.tar.gz) = 1856658