From nobody@FreeBSD.org  Mon Sep  2 20:40:42 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 1EB5B38A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Sep 2013 20:40:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E643D21E8
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Sep 2013 20:40:41 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r82Kef2u011611
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 2 Sep 2013 20:40:41 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r82Kef1D011599;
	Mon, 2 Sep 2013 20:40:41 GMT
	(envelope-from nobody)
Message-Id: <201309022040.r82Kef1D011599@oldred.freebsd.org>
Date: Mon, 2 Sep 2013 20:40:41 GMT
From: Danilo Ega Gondolfo <danilogondolfo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/flickrcurl update and take maintainership
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181766
>Category:       ports
>Synopsis:       www/flickrcurl update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 02 20:50:00 UTC 2013
>Closed-Date:    Wed Sep 04 04:53:28 UTC 2013
>Last-Modified:  Wed Sep  4 05:00:00 UTC 2013
>Originator:     Danilo Ega 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@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@FreeBSD.org
+MAINTAINER=	danilogondolfo@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:
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Tue Sep 3 01:24:14 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181766 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Wed Sep 4 04:53:28 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181766 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181766: commit references a PR
Date: Wed,  4 Sep 2013 04:53:15 +0000 (UTC)

 Author: jgh
 Date: Wed Sep  4 04:53:07 2013
 New Revision: 326246
 URL: http://svnweb.freebsd.org/changeset/ports/326246
 
 Log:
   - 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
 
 Modified:
   head/www/flickcurl/Makefile
   head/www/flickcurl/distinfo
 
 Modified: head/www/flickcurl/Makefile
 ==============================================================================
 --- head/www/flickcurl/Makefile	Wed Sep  4 03:27:37 2013	(r326245)
 +++ head/www/flickcurl/Makefile	Wed Sep  4 04:53:07 2013	(r326246)
 @@ -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}
 
 Modified: head/www/flickcurl/distinfo
 ==============================================================================
 --- head/www/flickcurl/distinfo	Wed Sep  4 03:27:37 2013	(r326245)
 +++ head/www/flickcurl/distinfo	Wed Sep  4 04:53:07 2013	(r326246)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
