Bug 168709 - security/py-pylibacl duplicates security/py-posix1e
Summary: security/py-pylibacl duplicates security/py-posix1e
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-05 13:00 UTC by Joris Dedieu
Modified: 2014-06-03 12:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joris Dedieu 2012-06-05 13:00:25 UTC
security/py-pylibacl and security/py-posix1e are the same port. Fortunately there is no other ports depending on it. So one of them should be safely dropped. IMHO security/py-posix1e is better because it install some doc.

I can continue to maintain the remaining one, if needed. 

Note : catch with FreeBSD Ports conflicts checker
http://ketas.si.pri.ee/ports-conflicts/joris.dedieu@gmail.com

Fix: 

* remove security/py-pylibacl

* update MOVED
 
security/py-pylibacl|security/py-posix1e|2012-06-05|Duplicate with security/py-posix1e

* update MAINTAINER if needed
 
-MAINTAINER=    ports@FreeBSD.org
+MAINTAINER=    joris.dedieu@gmail.com
How-To-Repeat: make -C /usr/ports/security/py-pylibacl fetch 
make -C /usr/ports/security/py-posix1e fetch
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-06-11 00:29:41 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

make this a ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-11 00:30:34 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-11 00:30:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-16 20:51:58 UTC
Responsible Changed
From-To: freebsd-python->sunpoet

I'll take it.
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-07-04 10:58:55 UTC
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/
Comment 6 Joris Dedieu 2012-07-26 08:53:28 UTC
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
Comment 7 commit-hook freebsd_committer freebsd_triage 2014-06-03 12:46:10 UTC
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/
Comment 8 commit-hook freebsd_committer freebsd_triage 2014-06-03 12:46:11 UTC
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