diff options
author | mat <mat@FreeBSD.org> | 2017-06-07 00:18:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-06-07 00:18:16 +0800 |
commit | 1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7 (patch) | |
tree | 5f4b0929a4e87f1210c33c147719daa95ce9085e /audio | |
parent | 439a42e43acf58e01e3f9fabb9bbf0a7f115d700 (diff) | |
download | freebsd-ports-gnome-1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7.tar.gz freebsd-ports-gnome-1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7.tar.zst freebsd-ports-gnome-1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7.zip |
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 6 | ||||
-rw-r--r-- | audio/audacity/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 9b99162c3a5b..e86b71c04e96 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -3,9 +3,8 @@ PORTNAME= audacity PORTVERSION= 2.1.3 +DISTVERSIONPREFIX= Audacity- CATEGORIES= audio -MASTER_SITES= https://github.com/audacity/audacity/archive/ -DISTNAME= Audacity-${PORTVERSION} MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms @@ -21,8 +20,6 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ BROKEN_powerpc64= Does not build -WRKSRC= ${WRKDIR}/${PORTNAME}-Audacity-${PORTVERSION} - GNU_CONFIGURE= yes USES= autoreconf compiler:gcc-c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix NLS_USES= gettext-runtime @@ -36,6 +33,7 @@ INSTALLS_ICONS= yes PORTDOCS= README.txt DOS2UNIX_GLOB= Makefile.* *.c* *.h SHEBANG_FILES= lib-src/lv2/build +USE_GITHUB= yes OPTIONS_DEFINE= NLS DEBUG DOCS ALSA DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ MAD SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST diff --git a/audio/audacity/distinfo b/audio/audacity/distinfo index b073342ca8a0..36e782ec2c4e 100644 --- a/audio/audacity/distinfo +++ b/audio/audacity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490408781 -SHA256 (Audacity-2.1.3.tar.gz) = cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86 -SIZE (Audacity-2.1.3.tar.gz) = 24106855 +TIMESTAMP = 1496739477 +SHA256 (audacity-audacity-Audacity-2.1.3_GH0.tar.gz) = cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86 +SIZE (audacity-audacity-Audacity-2.1.3_GH0.tar.gz) = 24106855 |