| Summary: | graphics/converseen: Update to 0.9.5 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Fernando Apesteguía <fernape> | ||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Many People | ||||||||
| Priority: | --- | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKDIR}/${PORTNAME}/COPYING
Why?
-share/appdata/converseen.appdata.xml
+/usr/share/appdata/converseen.appdata.xml
This should be installed into ${PREFIX} as it was
You could also fix license, it's "GPLv3+"
(In reply to Dmitry Marakasov from comment #1) Test building for the new version Created attachment 174260 [details]
patch to the ports tree
Sorry for that, this patch should be the good one.
QA:
* port test: OK
* portlint -AC: OK
* poudriere builds for {9.3,10.1,10.2,10.3}{i386,amd64}: OK
A commit references this bug: Author: amdmi3 Date: Thu Sep 1 13:20:14 UTC 2016 New revision: 421211 URL: https://svnweb.freebsd.org/changeset/ports/421211 Log: - Update to 0.9.5 - Fix LICENSE PR: 212288 Submitted by: fernando.apesteguia@gmail.com (maintainer) Changes: head/graphics/converseen/Makefile head/graphics/converseen/distinfo Clean up summary post-resolution |
Created attachment 174257 [details] patch to the ports tree The attached patch updates graphics/converseen to version 0.9.5. From the project's site: 0.9.5 – 2016-08-29 – Latest – Porting to Qt5 QA: * port test: OK * portlint -AC: OK * poudriere builds for {9.3,10.1,10.2,10.3}{i386,amd64}: OK (an error shows up about linking against libc++ and not having it in LIB_DEPENDS for 10.x but AFAICT it is a false positive).