Bug 190125 - ftp/py-curl upgrade to 7.19.3.1
Summary: ftp/py-curl upgrade to 7.19.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-22 22:30 UTC by Jimmy Olgeni
Modified: 2014-06-08 17:17 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (171 bytes, patch)
2014-05-22 22:30 UTC, Jimmy Olgeni
no flags Details | Diff
file.diff (433 bytes, patch)
2014-05-22 22:30 UTC, Jimmy Olgeni
no flags Details | Diff
Regenerated patch file (1.27 KB, patch)
2014-06-07 17:46 UTC, Jimmy Olgeni
olgeni: maintainer-approval? (wen)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2014-05-22 22:30:00 UTC
- Upgrade to version 7.19.3.1
- Set LICENSE
- Upgrade LIB_DEPENDS format
- Remove PYDISTUTILS_PKGNAME (portlint)

Fix: 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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-22 22:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-22 22:30:05 UTC
Maintainer of ftp/py-curl,

Please note that PR ports/190125 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/190125

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-22 22:30:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Jimmy Olgeni freebsd_committer freebsd_triage 2014-06-07 17:46:37 UTC
Created attachment 143497 [details]
Regenerated patch file

Patch file fixed (it was split by GNATS when created).
Comment 5 Wen Heping freebsd_committer freebsd_triage 2014-06-08 14:30:55 UTC
Approved.

Please commit it. Thanks !

wen
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-06-08 17:16:36 UTC
A commit references this bug:

Author: olgeni
Date: Sun Jun  8 17:16:29 UTC 2014
New revision: 357063
URL: http://svnweb.freebsd.org/changeset/ports/357063

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

  PR:		190125
  Submitted by:	olgeni
  Approved by:	maintainer (wen)

Changes:
  head/ftp/py-curl/Makefile
  head/ftp/py-curl/distinfo
Comment 7 Jimmy Olgeni freebsd_committer freebsd_triage 2014-06-08 17:17:45 UTC
LICENSE was actually LGPL21 so I fixed it :)