- 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:
Responsible Changed From-To: freebsd-ports-bugs->wen wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Created attachment 143497 [details] Regenerated patch file Patch file fixed (it was split by GNATS when created).
Approved. Please commit it. Thanks ! wen
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
LICENSE was actually LGPL21 so I fixed it :)