Date: Tue, 30 Apr 2019 13:03:53 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500486 - in head: graphics/photoflare multimedia/gpodder net/macchanger sysutils/incron Message-ID: <201904301303.x3UD3rCH034411@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Apr 30 13:03:52 2019 New Revision: 500486 URL: https://svnweb.freebsd.org/changeset/ports/500486 Log: cleanup USE_GITHUB usage. Modified: head/graphics/photoflare/Makefile (contents, props changed) head/multimedia/gpodder/Makefile (contents, props changed) head/net/macchanger/Makefile (contents, props changed) head/sysutils/incron/Makefile (contents, props changed) Modified: head/graphics/photoflare/Makefile ============================================================================== --- head/graphics/photoflare/Makefile Tue Apr 30 12:54:11 2019 (r500485) +++ head/graphics/photoflare/Makefile Tue Apr 30 13:03:52 2019 (r500486) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick USES= compiler:c++17-lang desktop-file-utils gl qmake qt:5 localbase pkgconfig -USE_GITHUB= PhotoFlare +USE_GITHUB= yes USE_QT= core gui network printsupport widgets buildtools_build linguisttools_build USE_GL= gl Modified: head/multimedia/gpodder/Makefile ============================================================================== --- head/multimedia/gpodder/Makefile Tue Apr 30 12:54:11 2019 (r500485) +++ head/multimedia/gpodder/Makefile Tue Apr 30 13:03:52 2019 (r500486) @@ -24,8 +24,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databas USES= gettext gmake python:3.5+ shebangfix USE_GITHUB= yes -GH_ACCOUNT= gpodder -GH_PROJECT= gpodder OPTIONS_DEFINE= GTK3 OPTIONS_DEFAULT= GTK3 Modified: head/net/macchanger/Makefile ============================================================================== --- head/net/macchanger/Makefile Tue Apr 30 12:54:11 2019 (r500485) +++ head/net/macchanger/Makefile Tue Apr 30 13:03:52 2019 (r500486) @@ -10,7 +10,7 @@ COMMENT= GNU MAC Changer LICENSE= GPLv3 -USE_GITHUB= true +USE_GITHUB= yes GH_ACCOUNT= alobbs GNU_CONFIGURE= yes Modified: head/sysutils/incron/Makefile ============================================================================== --- head/sysutils/incron/Makefile Tue Apr 30 12:54:11 2019 (r500485) +++ head/sysutils/incron/Makefile Tue Apr 30 13:03:52 2019 (r500486) @@ -17,7 +17,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-X11 LIB_DEPENDS= libinotify.so:devel/libinotify -USE_GITHUB= indeed +USE_GITHUB= yes GH_ACCOUNT= ar- GH_TAGNAME= 81421d3a8bde0989d7e167d8a814d5232896c930 CPPFLAGS+= -I${LOCALBASE}/include -D__NR_inotify_init
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904301303.x3UD3rCH034411>