svn commit: r409269 - head/ports-mgmt/portal

Frederic Culot culot at FreeBSD.org
Sun Feb 21 08:36:54 UTC 2016


Author: culot
Date: Sun Feb 21 08:36:52 2016
New Revision: 409269
URL: https://svnweb.freebsd.org/changeset/ports/409269

Log:
  - Simplify Makefile
  
  Reported by:	mat

Modified:
  head/ports-mgmt/portal/Makefile

Modified: head/ports-mgmt/portal/Makefile
==============================================================================
--- head/ports-mgmt/portal/Makefile	Sun Feb 21 07:47:57 2016	(r409268)
+++ head/ports-mgmt/portal/Makefile	Sun Feb 21 08:36:52 2016	(r409269)
@@ -3,7 +3,6 @@
 PORTNAME=	portal
 PORTVERSION=	0.1
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	GH
 
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Front-end to pkg(8)
@@ -15,7 +14,6 @@ PLIST_FILES=	bin/${PORTNAME} \
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	culot
-GH_TAGNAME=	0.1
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list