Bug 198983 - [patch]deskutils/py-pycarddav: fix DISTNAME/PORTNAME
Summary: [patch]deskutils/py-pycarddav: fix DISTNAME/PORTNAME
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-28 10:57 UTC by Maxim Filimonov
Modified: 2015-12-23 17:23 UTC (History)
2 users (show)

See Also:


Attachments
svn diff (5.23 KB, patch)
2015-03-28 11:46 UTC, Maxim Filimonov
no flags Details | Diff
poudriere log (21.20 KB, text/x-log)
2015-03-28 12:31 UTC, Maxim Filimonov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Filimonov 2015-03-28 10:57:29 UTC
As the port's PORTNAME doesn't match its origin, I encounter problems installing it via pkg:
New packages to be INSTALLED:
        py27-pyCardDAV: 0.7.0
        py27-pycarddav: 0.7.0
        py27-vobject: 0.8.1c_2

The process will require 989 KiB more space.
159 KiB to be downloaded.

Proceed with this action? [y/N]: y
Fetching py27-pyCardDAV-0.7.0.txz: 100%   44 KiB  44.6kB/s    00:01    
Fetching py27-pycarddav-0.7.0.txz: 100%   49 KiB  50.0kB/s    00:01    
Fetching py27-vobject-0.8.1c_2.txz: 100%   67 KiB  68.7kB/s    00:01    
Checking integrity... done (1 conflicting)
pkg: Cannot solve problem using SAT solver:
conflict rule: The following packages conflict with each other: py27-pyCardDAV-0.7.0(r), py27-pycarddav-0.7.0(r)
conflict rule: The following packages conflict with each other: py27-pyCardDAV-0.7.0(r), py27-pyCardDAV-0.7.0(r)
cannot install package py27-pyCardDAV, remove it from request? [Y/n]: y
pkg: cannot find py27-pyCardDAV in the request
pkg: cannot solve job using SAT solver
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.


So I decided to change PORTNAME to pycarddav to fix that. Going to attach the patch and the poudriere log.
Comment 1 Maxim Filimonov 2015-03-28 11:46:45 UTC
Created attachment 154912 [details]
svn diff
Comment 2 Maxim Filimonov 2015-03-28 12:31:05 UTC
Created attachment 154917 [details]
poudriere log
Comment 3 Johannes Jost Meixner freebsd_committer freebsd_triage 2015-03-30 17:50:25 UTC
pyCardDav has been in the portstree since January 18:

https://svnweb.freebsd.org/ports?view=revision&revision=377285

So the port you've submitted, and are currently reporting issues with, is a duplicate.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2015-12-23 17:23:11 UTC
Port exist already in the ports tree. 

Thanks for you submission.