Summary: | security/py-pylibacl duplicates security/py-posix1e | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Joris Dedieu <joris.dedieu> |
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Joris Dedieu
2012-06-05 13:00:25 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs make this a ports PR. Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-python->sunpoet I'll take it. State Changed From-To: open->feedback According to the project name [1][2], I suggest to keep security/py-pylibacl and remove security/py-posix1e. We could add the DOC stuff to security/py-pylibacl. [1] http://pypi.python.org/pypi/pylibacl/ [2] http://pylibacl.sourceforge.net/ 2012/7/4 <sunpoet@freebsd.org>: > Synopsis: security/py-pylibacl duplicates security/py-posix1e > > State-Changed-From-To: open->feedback > State-Changed-By: sunpoet > State-Changed-When: Wed Jul 4 09:58:55 UTC 2012 > State-Changed-Why: > According to the project name [1][2], I suggest to keep > security/py-pylibacl and remove security/py-posix1e. We could add the > DOC stuff to security/py-pylibacl. > > [1] http://pypi.python.org/pypi/pylibacl/ [2] > http://pylibacl.sourceforge.net/ I agree. Something like --- Makefile.org 2012-07-26 09:40:37.000000000 +0200 +++ Makefile 2012-07-26 09:40:26.000000000 +0200 @@ -23,4 +23,11 @@ + PORTDOCS= COPYING IMPLEMENTATION NEWS PLATFORMS README + DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif + Joris > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=168709 A commit references this bug: Author: sunpoet Date: Tue Jun 3 12:45:19 UTC 2014 New revision: 356348 URL: http://svnweb.freebsd.org/changeset/ports/356348 Log: - Remove security/py-posix1e (duplicate of security/py-pylibacl) PR: ports/168709 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> Changes: head/security/Makefile head/security/py-posix1e/ A commit references this bug: Author: sunpoet Date: Tue Jun 3 12:45:24 UTC 2014 New revision: 356349 URL: http://svnweb.freebsd.org/changeset/ports/356349 Log: - Add PORTDOCS: copied from security/py-posix1e - Bump PORTREVISION for package and PKGNAME change - While I'm here: - Add missing PKGNAMEPREFIX - Add LICENSE PR: ports/168709 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer) Changes: head/security/py-pylibacl/Makefile |