Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 23:24:03 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/190125: ftp/py-curl upgrade to 7.19.3.1
Message-ID:  <201405222124.s4MLO3Ls073693@olgeni.olgeni>
Resent-Message-ID: <201405222130.s4MLU0ET071437@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190125
>Category:       ports
>Synopsis:       ftp/py-curl upgrade to 7.19.3.1
>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:   Thu May 22 21:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
>Description:

- Upgrade to version 7.19.3.1
- Set LICENSE
- Upgrade LIB_DEPENDS format
- Remove PYDISTUTILS_PKGNAME (portlint)

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 354599)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$

 PORTNAME=	curl
-PORTVERSION=	7.19.0
-PORTREVISION=	3
+PORTVERSION=	7.19.3.1
 CATEGORIES=	ftp python
 MASTER_SITES=	http://pycurl.sourceforge.net/download/ \
 		http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/
@@ -13,8 +12,11 @@
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	Python interface to libcurl

-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LICENSE=	LGPL MIT
+LICENSE_COMB=	dual

+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
+
 DOCSDIR=	${PREFIX}/share/doc/py-curl
 EXAMPLESDIR=	${PREFIX}/share/examples/py-curl
 DATADIR=	${PREFIX}/share/py-curl
@@ -21,7 +23,6 @@

 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	pycurl
 PYDISTUTILS_AUTOPLIST=	yes

 post-patch:
Index: distinfo
===================================================================
--- distinfo	(revision 354599)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (pycurl-7.19.0.tar.gz) = eb782dfcc5a7c023539a077462b83c167e178128ee9f7201665b9fbb1a8b0642
-SIZE (pycurl-7.19.0.tar.gz) = 71346
+SHA256 (pycurl-7.19.3.1.tar.gz) = c0d673fe99a9de07239eabe77c798f1b043f60c02afaec1430ceaf59d7501a4f
+SIZE (pycurl-7.19.3.1.tar.gz) = 116687
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405222124.s4MLO3Ls073693>