[Midnightbsd-cvs] mports [20198] trunk/games/gnustep-ladder: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 11 22:24:22 EDT 2015


Revision: 20198
          http://svnweb.midnightbsd.org/mports/?rev=20198
Author:   laffer1
Date:     2015-09-11 22:24:19 -0400 (Fri, 11 Sep 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/games/gnustep-ladder/Makefile
    trunk/games/gnustep-ladder/distinfo
    trunk/games/gnustep-ladder/pkg-plist

Modified: trunk/games/gnustep-ladder/Makefile
===================================================================
--- trunk/games/gnustep-ladder/Makefile	2015-09-12 02:23:03 UTC (rev 20197)
+++ trunk/games/gnustep-ladder/Makefile	2015-09-12 02:24:19 UTC (rev 20198)
@@ -2,23 +2,22 @@
 
 PORTNAME=	ladder
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	games gnustep
-MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
-		${MASTER_SITE_GNUSTEP_CH}
-MASTER_SITE_SUBDIR=	gap
+MASTER_SITES=	SAVANNAH/gap
 PKGNAMEPREFIX=	gnustep-
 DISTNAME=	Ladder-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNU Go frontend for GNUstep
+
 LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING.GPL
 
 RUN_DEPENDS=	gnugo:${PORTSDIR}/games/gnugo
 
-USE_GNUSTEP=	yes
-USE_GNUSTEP_BACK=	yes
-USE_GNUSTEP_BUILD=	yes
-USE_GNUSTEP_INSTALL=	yes
+USES=		gnustep
+USE_GNUSTEP=	back build
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 

Modified: trunk/games/gnustep-ladder/distinfo
===================================================================
--- trunk/games/gnustep-ladder/distinfo	2015-09-12 02:23:03 UTC (rev 20197)
+++ trunk/games/gnustep-ladder/distinfo	2015-09-12 02:24:19 UTC (rev 20198)
@@ -1,3 +1,2 @@
 SHA256 (Ladder-1.0.tar.gz) = 9e623c8845f5bb004fc483ffb5fe6c0bd6ab93c912f9d632d95ca3b56b88416a
-RMD160 (Ladder-1.0.tar.gz) = 9f13b2c102b3cfe8c7df522c9bc823d5b26c8e1f
 SIZE (Ladder-1.0.tar.gz) = 237803

Modified: trunk/games/gnustep-ladder/pkg-plist
===================================================================
--- trunk/games/gnustep-ladder/pkg-plist	2015-09-12 02:23:03 UTC (rev 20197)
+++ trunk/games/gnustep-ladder/pkg-plist	2015-09-12 02:24:19 UTC (rev 20198)
@@ -20,8 +20,3 @@
 GNUstep/Local/Applications/Ladder.app/Resources/wood.jpg
 GNUstep/Local/Applications/Ladder.app/stamp.make
 GNUstep/Local/Tools/Ladder
- at dirrm GNUstep/Local/Applications/Ladder.app/Resources/Ladder.gorm
- at dirrm GNUstep/Local/Applications/Ladder.app/Resources/Clock.gorm
- at dirrm GNUstep/Local/Applications/Ladder.app/Resources/GoDocument.gorm
- at dirrm GNUstep/Local/Applications/Ladder.app/Resources
- at dirrm GNUstep/Local/Applications/Ladder.app



More information about the Midnightbsd-cvs mailing list