diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-12 15:07:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-12 15:07:45 +0000 |
commit | b86ace9c29caa3c49b4a2d9990ef7c5bd1281f93 (patch) | |
tree | 9d7faeb20afbf601bad94e3d143d45fc3116ce8e /audio | |
parent | fd4fb123909269b0ba24ab43fb67aa9472ae2b25 (diff) | |
download | ports-b86ace9c29caa3c49b4a2d9990ef7c5bd1281f93.tar.gz ports-b86ace9c29caa3c49b4a2d9990ef7c5bd1281f93.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/acoustid-fingerprinter/Makefile | 1 | ||||
-rw-r--r-- | audio/acoustid-fingerprinter/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/acoustid-fingerprinter/Makefile b/audio/acoustid-fingerprinter/Makefile index b9c8391a0df7..ebc084de198d 100644 --- a/audio/acoustid-fingerprinter/Makefile +++ b/audio/acoustid-fingerprinter/Makefile @@ -9,6 +9,7 @@ MAINTAINER= jhale@FreeBSD.org COMMENT= AcoustID audio fingerprint submission tool LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ libtag.so:audio/taglib \ diff --git a/audio/acoustid-fingerprinter/pkg-descr b/audio/acoustid-fingerprinter/pkg-descr index 062adba0dc85..56925f93f3f3 100644 --- a/audio/acoustid-fingerprinter/pkg-descr +++ b/audio/acoustid-fingerprinter/pkg-descr @@ -6,4 +6,4 @@ or Jaikoz are preferred, but it will submit fingerprints for any files that have tags such as track title, artist name, album name, etc. -WWW: http://acoustid.org/fingerprinter +WWW: https://acoustid.org/fingerprinter |