svn commit: r370839 - head/audio/tagtool
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Oct 14 11:03:07 UTC 2014
Author: amdmi3
Date: Tue Oct 14 11:03:05 2014
New Revision: 370839
URL: https://svnweb.freebsd.org/changeset/ports/370839
QAT: https://qat.redports.org/buildarchive/r370839/
Log:
- Add LICENSE
- Drop @dirrm* from plist
Modified:
head/audio/tagtool/Makefile
head/audio/tagtool/pkg-plist
Modified: head/audio/tagtool/Makefile
==============================================================================
--- head/audio/tagtool/Makefile Tue Oct 14 11:02:41 2014 (r370838)
+++ head/audio/tagtool/Makefile Tue Oct 14 11:03:05 2014 (r370839)
@@ -11,6 +11,9 @@ MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= GNOME MP3/Ogg file tagger
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
libvorbis.so:${PORTSDIR}/audio/libvorbis
Modified: head/audio/tagtool/pkg-plist
==============================================================================
--- head/audio/tagtool/pkg-plist Tue Oct 14 11:02:41 2014 (r370838)
+++ head/audio/tagtool/pkg-plist Tue Oct 14 11:03:05 2014 (r370839)
@@ -34,12 +34,3 @@ share/locale/ua/LC_MESSAGES/tagtool.mo
%%DATADIR%%/tab_tag.png
%%DATADIR%%/tagtool.glade
%%DATADIR%%/warn.png
- at dirrm %%DATADIR%%
- at dirrmtry share/locale/ua/LC_MESSAGES
- at dirrmtry share/locale/ua
- at dirrmtry share/icons/hicolor/scalable/apps
- at dirrmtry share/icons/hicolor/scalable
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
More information about the svn-ports-all
mailing list