diff options
author | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
commit | 4258fa7831c79d69f262e8317a02a9b88f93783a (patch) | |
tree | 3aba6572b76515a94751ae114e5304e1d6c1f9ac /audio | |
parent | 660aeced15c82ec76d0a069f8330817bd38edf20 (diff) | |
download | freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.gz freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.zst freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.zip |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/freeswitch-sounds/distinfo | 2 | ||||
-rw-r--r-- | audio/kscd/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/freeswitch-sounds/distinfo b/audio/freeswitch-sounds/distinfo index bb84a27869fa..1b25fe9264e9 100644 --- a/audio/freeswitch-sounds/distinfo +++ b/audio/freeswitch-sounds/distinfo @@ -6,7 +6,7 @@ SHA256 (freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.24.tar.gz) = 691e817 SIZE (freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.24.tar.gz) = 69411929 SHA256 (freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.24.tar.gz) = d84230c7d7502ca18e9738e39fe05ad69651551035200d671bbda2e6d834294d SIZE (freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.24.tar.gz) = 100018897 -SHA256 (freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz) = f7fd5c84ff9b1c1929167a4b33f38d6770a44c5bcad4e5f96b86e3165bfd05d4 +SHA256 (freeswitch/freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz) = f7fd5c84ff9b1c1929167a4b33f38d6770a44c5bcad4e5f96b86e3165bfd05d4 SIZE (freeswitch/freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz) = 13468498 SHA256 (freeswitch/freeswitch-sounds-fr-ca-june-16000-1.0.18.tar.gz) = 5c4e45be5988e7763b196a453722f3a5dd41f79b280a37a8960cf65d390318a7 SIZE (freeswitch/freeswitch-sounds-fr-ca-june-16000-1.0.18.tar.gz) = 26607279 diff --git a/audio/kscd/Makefile b/audio/kscd/Makefile index a008073e6ccf..7d0fb15075f6 100644 --- a/audio/kscd/Makefile +++ b/audio/kscd/Makefile @@ -25,4 +25,3 @@ ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib ALSA_EXTRA_PATCHES= ${FILESDIR}/extrapatch-no_alsa .include <bsd.port.mk> - |