Summary: | [maintainer update] sysutils/backuppc-devel: fix shebang, pkg-plist cleanup | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexander Moisseev <moiseev> | ||||
Component: | Individual Port(s) | Assignee: | John Marino <marino> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | marino, moiseev | ||||
Priority: | --- | Keywords: | patch-ready | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
I would have liked to have seen a poudriere log, but this port's version did not change and the changes look reasonable. I'll take a small risk and promote it to "patch-ready" status as untested. it passes poudriere. portlint comes up with: WARN: Makefile: possible use of absolute pathname "/var/db/BackupPC". WARN: Makefile: "RUN_DEPENDS" has to appear earlier. I would have liked to see the RUN_DEPENDS warning addressed, but I'll accept the patch as it is. A commit references this bug: Author: marino Date: Fri Feb 6 09:44:49 UTC 2015 New revision: 378517 URL: https://svnweb.freebsd.org/changeset/ports/378517 Log: sysutils/backuppc-devel: Fix shebang, sample files, pkg-plist PR: 196923 Submitted by: maintainer (Alexander Moisseev) Changes: head/sysutils/backuppc-devel/Makefile head/sysutils/backuppc-devel/files/update.sh.in head/sysutils/backuppc-devel/pkg-plist Thanks! |
Created attachment 151889 [details] patch - Fix Perl path in shebang - Remove @sample macros from pkg-plist .sample files actually are templates for the configuration script and should not be installed as working configuration files. - pkg-plist cleanup