ports/181766: www/flickrcurl update and take maintainership

Danilo Egêa Gondolfo danilogondolfo at gmail.com
Mon Sep 2 20:50:00 UTC 2013


>Number:         181766
>Category:       ports
>Synopsis:       www/flickrcurl update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 02 20:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Danilo Egêa Gondolfo
>Release:        FreeBSD 9.2-RC3
>Organization:
>Environment:
FreeBSD mac 9.2-RC3 FreeBSD 9.2-RC3 #3 r254983: Tue Aug 27 23:55:24 BRT 2013     root at mac:/usr/obj/usr/src/sys/MAC  amd64
>Description:
Changes
- Updated from 1.24 to 1.25
- Added two new options
- Take maintainership

Changelog: http://librdf.org/flickcurl/NEWS.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 326056)
+++ Makefile	(working copy)
@@ -2,12 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	flickcurl
-PORTVERSION=	1.24
-PORTREVISION=	1
+PORTVERSION=	1.25
 CATEGORIES=	www
 MASTER_SITES=	http://download.dajobe.org/flickcurl/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	danilogondolfo at gmail.com
 COMMENT=	C library for the Flickr API
 
 LICENSE=	AL2 GPLv2 LGPL21
@@ -16,8 +15,12 @@
 LIB_DEPENDS=	curl:${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
@@ -29,6 +32,14 @@
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MOFFLINE}
+CONFIGURE_ARGS+=--enable-offline
+.endif
+
+.if ${PORT_OPTIONS:MCAPTURE}
+CONFIGURE_ARGS+=--enable-capture
+.endif
+
 .if ${PORT_OPTIONS:MRAPTOR}
 LIB_DEPENDS+=	raptor2:${PORTSDIR}/textproc/raptor2
 CONFIGURE_ARGS+=--with-raptor=2
Index: distinfo
===================================================================
--- distinfo	(revision 326056)
+++ distinfo	(working copy)
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list