From owner-dev-commits-ports-all@freebsd.org Sun Aug 29 16:52:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2E7C661C7E; Sun, 29 Aug 2021 16:52:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GyKHX3t7mz3n6B; Sun, 29 Aug 2021 16:52:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E9725FE9; Sun, 29 Aug 2021 16:52:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17TGq8Ef039898; Sun, 29 Aug 2021 16:52:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17TGq8VA039897; Sun, 29 Aug 2021 16:52:08 GMT (envelope-from git) Date: Sun, 29 Aug 2021 16:52:08 GMT Message-Id: <202108291652.17TGq8VA039897@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 061967a0f378 - main - Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT, PROJECT}. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 061967a0f3788aff68c0ebc75f35399d8387e394 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2021 16:52:08 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=061967a0f3788aff68c0ebc75f35399d8387e394 commit 061967a0f3788aff68c0ebc75f35399d8387e394 Author: Alexey Dokuchaev AuthorDate: 2021-08-29 16:50:42 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-08-29 16:50:44 +0000 Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}. --- mail/astroid/Makefile | 5 ++--- mail/dbmail/Makefile | 5 ++--- mail/imapsync/Makefile | 1 - mail/ratelimit-policyd/Makefile | 1 - mail/rss2email3/Makefile | 1 - math/fcl05/Makefile | 1 - math/openlibm/Makefile | 2 -- misc/lxi-tools/Makefile | 2 -- misc/xdelta3/Makefile | 5 +---- multimedia/aravis/Makefile | 1 - multimedia/gpac-libgpac/Makefile | 2 -- multimedia/zoneminder/Makefile | 1 - 12 files changed, 5 insertions(+), 22 deletions(-) diff --git a/mail/astroid/Makefile b/mail/astroid/Makefile index e5ecc35a5f2f..c195b3552b7b 100644 --- a/mail/astroid/Makefile +++ b/mail/astroid/Makefile @@ -29,9 +29,8 @@ USES= cmake compiler:c11 desktop-file-utils gettext-runtime gnome \ pkgconfig USE_GITHUB= yes GH_ACCOUNT= astroidmail -GH_PROJECT= astroid -USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 gtkmm30 introspection libsigc++20 pango pangomm vte3 - +USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 \ + gtkmm30 introspection libsigc++20 pango pangomm vte3 INSTALLS_ICONS= yes .include diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 67362998f27e..01ffd0e8b0e1 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto \ docbook-sgml>0:textproc/docbook-sgml -USES= autoreconf gmake gnome libtool localbase pkgconfig shebangfix ssl +USES= autoreconf gmake gnome libtool localbase pkgconfig \ + shebangfix ssl USE_GITHUB= yes USE_GNOME= glib20 USE_LDCONFIG= ${PREFIX}/lib/dbmail @@ -28,8 +29,6 @@ USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved CONFLICTS= dbmail22-[0-9]* -GH_ACCOUNT= dbmail - OPTIONS_DEFINE= DOCS LDAP SIEVE OPTIONS_DEFAULT= SIEVE OPTIONS_SUB= yes diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index eb5f57db3a46..d1bb2b5309ed 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -34,7 +34,6 @@ RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>0:security/p5-Crypt-OpenSSL-RSA \ USES= cpe perl5 tar:tgz shebangfix SHEBANG_FILES= ${PORTNAME} USE_GITHUB= yes -GH_ACCOUNT= imapsync GH_TAGNAME= 1d08afa CPE_VENDOR= gilles_lamiral diff --git a/mail/ratelimit-policyd/Makefile b/mail/ratelimit-policyd/Makefile index a43e98af8b22..35f31bdbbe64 100644 --- a/mail/ratelimit-policyd/Makefile +++ b/mail/ratelimit-policyd/Makefile @@ -13,7 +13,6 @@ USES+= perl5 shebangfix USE_GITHUB= yes GH_ACCOUNT= MirLach -GH_PROJECT= ratelimit-policyd #GH_TAGNAME= 65154a2 RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql diff --git a/mail/rss2email3/Makefile b/mail/rss2email3/Makefile index f076ebbf51ea..eff1c805b3b2 100644 --- a/mail/rss2email3/Makefile +++ b/mail/rss2email3/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.0:textproc/py-feedparser@${P USES= python:3.6+ USE_GITHUB= yes -GH_ACCOUNT= rss2email USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes diff --git a/math/fcl05/Makefile b/math/fcl05/Makefile index f9739ce68b08..c4cb398bef40 100644 --- a/math/fcl05/Makefile +++ b/math/fcl05/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libccd.so:math/libccd \ USES= cmake compiler:c++11-lang eigen:3 pkgconfig USE_GITHUB= yes GH_ACCOUNT= flexible-collision-library -GH_PROJECT= fcl USE_LDCONFIG= yes CMAKE_OFF= FCL_BUILD_TESTS BUILD_TESTING diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile index 53424992a5bc..5c77056d71ee 100644 --- a/math/openlibm/Makefile +++ b/math/openlibm/Makefile @@ -22,8 +22,6 @@ BROKEN_riscv64= fails to compile: No rule to make target riscv64/Make.files USES= gmake USE_GITHUB= yes GH_ACCOUNT= JuliaMath -GH_PROJECT= openlibm - USE_LDCONFIG= yes .include diff --git a/misc/lxi-tools/Makefile b/misc/lxi-tools/Makefile index d60435dfc098..8621a825917e 100644 --- a/misc/lxi-tools/Makefile +++ b/misc/lxi-tools/Makefile @@ -14,8 +14,6 @@ LIB_DEPENDS= liblxi.so:misc/liblxi USES= autoreconf libtool localbase lua:52 pkgconfig readline USE_GITHUB= yes -GH_ACCOUNT= lxi-tools - GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --with-bash-completion-dir=${PREFIX}/etc/bash_completion.d diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile index be097d49df5b..50a2b82714b2 100644 --- a/misc/xdelta3/Makefile +++ b/misc/xdelta3/Makefile @@ -14,15 +14,12 @@ COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression LICENSE= GPLv2+ USES= autoreconf compiler:c++11-lang gmake - +GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= jmacd -GH_PROJECT= xdelta WRKSRC_SUBDIR= xdelta3 -GNU_CONFIGURE= yes - PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz post-patch: diff --git a/multimedia/aravis/Makefile b/multimedia/aravis/Makefile index 3805ece25d7d..37e66241df2c 100644 --- a/multimedia/aravis/Makefile +++ b/multimedia/aravis/Makefile @@ -25,7 +25,6 @@ INSTALLS_ICONS= yes USE_GITHUB= yes GH_ACCOUNT= AravisProject -GH_PROJECT= aravis CONFIGURE_ARGS= --enable-packet-socket=no --enable-viewer=yes \ --enable-gst-plugin=no --enable-gst-0.10-plugin=no \ diff --git a/multimedia/gpac-libgpac/Makefile b/multimedia/gpac-libgpac/Makefile index a005a77e75e1..a487fd5d8e0a 100644 --- a/multimedia/gpac-libgpac/Makefile +++ b/multimedia/gpac-libgpac/Makefile @@ -21,8 +21,6 @@ USES= gmake dos2unix shebangfix SHEBANG_FILES= check_revision.sh bash_OLD_CMD+= /bin/sh USE_GITHUB= yes -GH_ACCOUNT= gpac -GH_PROJECT= gpac HAS_CONFIGURE= yes USE_LDCONFIG= yes DOS2UNIX_FILES= src/utils/os_config_init.c diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index df10c4b30480..638fbf7a7e15 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -37,7 +37,6 @@ RUN_DEPENDS= ${ZM_DEPENDS} \ USES= cmake:insource,noninja jpeg mysql perl5 php shebangfix ssl USE_GITHUB= yes -GH_PROJECT= zoneminder GH_TUPLE= FriendsOfCake:crud:0bd63fb:crud/web/api/app/Plugin/Crud \ ZoneMinder:CakePHP-Enum-Behavior:ea90c0c:crud_plugin/web/api/app/Plugin/CakePHP-Enum-Behavior \ ZoneMinder:RtspServer:cd7fd49:rtsp_server/dep/RtspServer