Date: Fri, 27 Aug 2021 09:34:13 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8c5d3929dd65 - main - Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT, PROJECT}. Message-ID: <202108270934.17R9YDim005542@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c5d3929dd654bb007aa9b36ea4023305ae18fb9 commit 8c5d3929dd654bb007aa9b36ea4023305ae18fb9 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-08-27 09:33:22 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-08-27 09:33:27 +0000 Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}. --- archivers/lzfse/Makefile | 1 - archivers/par2cmdline/Makefile | 1 - audio/gula-plugins-lv2/Makefile | 1 - audio/musescore/Makefile | 3 +-- audio/pc-mixer/Makefile | 1 - audio/pulseaudio-module-xrdp/Makefile | 1 - audio/squeezelite/Makefile | 1 - audio/zynaddsubfx/Makefile | 1 - 8 files changed, 1 insertion(+), 9 deletions(-) diff --git a/archivers/lzfse/Makefile b/archivers/lzfse/Makefile index 601b45c4b768..e2662592473d 100644 --- a/archivers/lzfse/Makefile +++ b/archivers/lzfse/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes -GH_ACCOUNT= lzfse GH_TAGNAME= 4591228 USES= gmake diff --git a/archivers/par2cmdline/Makefile b/archivers/par2cmdline/Makefile index 561da5f99eef..35d3a9022ac5 100644 --- a/archivers/par2cmdline/Makefile +++ b/archivers/par2cmdline/Makefile @@ -15,7 +15,6 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= Parchive -GH_PROJECT= par2cmdline PORTDOCS= README CONFLICTS= par2cmdline-tbb-[0-9]* diff --git a/audio/gula-plugins-lv2/Makefile b/audio/gula-plugins-lv2/Makefile index 9b2c286f0a22..4c05cecf23fd 100644 --- a/audio/gula-plugins-lv2/Makefile +++ b/audio/gula-plugins-lv2/Makefile @@ -16,7 +16,6 @@ USES= gmake localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= steveb -GH_PROJECT= gula-plugins GH_TAGNAME= 67578fa01a6b1a4d883ab0fe8ceaa4afe4e3af06 CXXFLAGS+= -fPIC diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index b8261fdd6298..a5cf45506fec 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -1,4 +1,4 @@ -PORTNAME= musescore +PORTNAME= ${GH_PROJECT:tl} DISTVERSIONPREFIX= v DISTVERSION= 3.6.1 PORTREVISION= 2 @@ -25,7 +25,6 @@ USE_QT= concurrent core declarative designer graphicaleffects gui \ buildtools_build linguisttools_build qmake_build uitools_build USE_GITHUB= yes -GH_ACCOUNT= musescore GH_PROJECT= MuseScore # Each release gets a subdir containing the distfiles for that release, diff --git a/audio/pc-mixer/Makefile b/audio/pc-mixer/Makefile index 2b90c0ac0bd1..e174962cd14e 100644 --- a/audio/pc-mixer/Makefile +++ b/audio/pc-mixer/Makefile @@ -23,7 +23,6 @@ QMAKE_ARGS= CONFIG+="configure" USE_GITHUB= yes GH_ACCOUNT= trueos -GH_PROJECT= pc-mixer GH_TAGNAME= ac1d74cc261337998526d091123c28d4ae85277e PLIST_FILES= bin/pc-mixer \ diff --git a/audio/pulseaudio-module-xrdp/Makefile b/audio/pulseaudio-module-xrdp/Makefile index f250b77387cb..64ab70e2f506 100644 --- a/audio/pulseaudio-module-xrdp/Makefile +++ b/audio/pulseaudio-module-xrdp/Makefile @@ -21,7 +21,6 @@ USE_GITHUB= yes GNU_CONFIGURE= yes GH_ACCOUNT= neutrinolabs -GH_PROJECT= pulseaudio-module-xrdp PLIST_FILES= `${PULSE_MODDIR}`/module-xrdp-sink.so \ `${PULSE_MODDIR}`/module-xrdp-source.so diff --git a/audio/squeezelite/Makefile b/audio/squeezelite/Makefile index 5845cf4b46a7..1e59c1fe9f96 100644 --- a/audio/squeezelite/Makefile +++ b/audio/squeezelite/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= libfaad.so:audio/faad \ USES= gmake ssl USE_GITHUB= yes GH_ACCOUNT= ralph-irving -GH_PROJECT= squeezelite GH_TAGNAME= 7b13fd9 OPTIONS_DEFINE= SSL FFMPEG RESAMPLE DSD SELFPIPE OPUS LINKALL diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index aeff435a0ada..03b44bc6aae9 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -18,7 +18,6 @@ USES= cmake:insource compiler:c++11-lang pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GITHUB= yes -GH_ACCOUNT= zynaddsubfx GH_TUPLE= DISTRHO:DPF:e0d8e14a14d407648768da7e34bcf31812245387:d/DPF \ fundamental:rtosc:a86bb27bd16d796b10104f264e8ea96130c1d61c:e/rtosc \ zynaddsubfx:instruments:39e17e1c5c3db56fe9d0308af28be90f172e455e:f/instruments
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108270934.17R9YDim005542>