svn commit: r411859 - head/games/bubble-chains

Jan Beich jbeich at FreeBSD.org
Fri Mar 25 15:40:44 UTC 2016


Author: jbeich
Date: Fri Mar 25 15:40:42 2016
New Revision: 411859
URL: https://svnweb.freebsd.org/changeset/ports/411859

Log:
  games/bubble-chains: convert EXTRACT_SUFX to DISTVERSIONSUFFIX
  
  - Pet portlint(1) after r401096 and r411721

Modified:
  head/games/bubble-chains/Makefile   (contents, props changed)

Modified: head/games/bubble-chains/Makefile
==============================================================================
--- head/games/bubble-chains/Makefile	Fri Mar 25 15:40:07 2016	(r411858)
+++ head/games/bubble-chains/Makefile	Fri Mar 25 15:40:42 2016	(r411859)
@@ -3,24 +3,24 @@
 
 PORTNAME=	bubble-chains
 PORTVERSION=	0.1.1
+DISTVERSIONSUFFIX=	-src
 PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	http://bubble-chains.sintegrial.com/files/ \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
-DISTFILES=	chains-${DISTVERSION}${EXTRACT_SUFX} \
+DISTFILES=	chains-${DISTVERSIONFULL}${EXTRACT_SUFX} \
 		${PORTNAME}.png:icons
-EXTRACT_SUFX=	-src.7z
-EXTRACT_ONLY=	chains-${DISTVERSION}${EXTRACT_SUFX}
+EXTRACT_ONLY=	${DISTFILES:N*\:icons:C/:.*//}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The aim is to remove all of the targets on each level
 
+LICENSE=	GPLv2
+
 BROKEN=		unfetchable
 DEPRECATED=	does not fetch
 EXPIRATION_DATE=2016-04-23
 
-LICENSE=	GPLv2
-
 WRKSRC=		${WRKDIR}/chains-${DISTVERSION}-src
 
 USES=		7z dos2unix qmake


More information about the svn-ports-all mailing list