Created attachment 149644 [details] firefly-1696_11.diff Hi, The other day I became port maintainer of audio/firefly. This is my first update of audio/firefly. Please apply it so people can use it again, since it is currently still marked as broken due to outdated upstream links. After my update I did this: root@Storage-03 [/tmp/Maintenance/firefly]$ svn status M Makefile M files/mt-daapd.in A files/pkg-install.in A files/pkg-message.in M pkg-descr M pkg-plist root@Storage-03 [/tmp/Maintenance/firefly]$ svn update Aktualisiere ».«: Revision 372949. root@Storage-03 [/tmp/Maintenance/firefly]$ svn diff > ../$(make -VPKGNAME).diff The unified "firefly-1696_11.diff" of the changes is attached to this PR Ticket. Also, since this is my first commit - pelase let me know where to do better for future commits. Thank you very much. Best Regards, Leander
Created attachment 149645 [details] firefly-1696_11.diff ... Little ${CHOWN} update in the Makefile ... Please use this diff, since its the latest Thanks
Created attachment 149646 [details] firefly-1696_11.diff UPDATE: CHANGED IN pkg-plist FROM @sample etc/firefly/mt-daapd.conf.sample TO @sample %%ETCDIR%%/mt-daapd.conf.sample
Hi, chown in the makefile doesn't work as a regular user, that's bad!
Take it
A commit references this bug: Author: antoine Date: Sun Nov 23 15:30:31 UTC 2014 New revision: 373158 URL: https://svnweb.freebsd.org/changeset/ports/373158 Log: - Unbreak, by making fetchable again - Move dbdir to respect hier(7) - Add a pkg-message PR: ports/195224 Submitted by: maintainer Changes: head/audio/firefly/Makefile head/audio/firefly/files/mt-daapd.in head/audio/firefly/files/patch-contrib_Makefile.in head/audio/firefly/files/patch-mt-daapd.conf.templ head/audio/firefly/files/patch-plugins_out-daap.c head/audio/firefly/files/pkg-message.in head/audio/firefly/pkg-descr head/audio/firefly/pkg-plist
Patch committed with a bit of cleanup and minus the pkg-install script. I think it's overkill to change the passwords or directories, i added a phrase in the pkg-message instead.
(In reply to Antoine Brodin from comment #6) > Patch committed with a bit of cleanup and minus the pkg-install script. > I think it's overkill to change the passwords or directories, i added a > phrase in the pkg-message instead. Thanks for your effort.