[Midnightbsd-cvs] mports: graphics/yap: add license, fix plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 22 18:55:27 EST 2009


Log Message:
-----------
add license, fix plist

Modified Files:
--------------
    mports/graphics/yap:
        Makefile (r1.2 -> r1.3)
        pkg-plist (r1.2 -> r1.3)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/graphics/yap/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/yap/pkg-plist -L graphics/yap/pkg-plist -u -r1.2 -r1.3
--- graphics/yap/pkg-plist
+++ graphics/yap/pkg-plist
@@ -1,9 +1,13 @@
-Local/Applications/Yap.app/Resources/GPSText.tiff
-Local/Applications/Yap.app/Resources/GPSText.tiff.old
+ at comment $MidnightBSD$
+Local/Applications/Yap.app/Yap
 Local/Applications/Yap.app/Resources/Info-gnustep.plist
+Local/Applications/Yap.app/Resources/GPSText.tiff
 Local/Applications/Yap.app/Resources/Yap.desktop
+Local/Applications/Yap.app/Resources/GPSText.tiff.old
 Local/Applications/Yap.app/Resources/Yap.tiff
-Local/Applications/Yap.app/Yap
 Local/Applications/Yap.app/stamp.make
+Local/Tools/Yap
 @dirrm Local/Applications/Yap.app/Resources
 @dirrm Local/Applications/Yap.app
+ at dirrm Local/Applications
+ at dirrm Local/Tools
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/yap/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/yap/Makefile -L graphics/yap/Makefile -u -r1.2 -r1.3
--- graphics/yap/Makefile
+++ graphics/yap/Makefile
@@ -1,14 +1,8 @@
-# New ports collection makefile for:    yap
-# Date created:         30 Dec 2006
-# Whom:                 dirk.meyer at dinoex.sub.org
-#
 # $MidnightBSD$
-# $FreeBSD: ports/graphics/yap/Makefile,v 1.3 2007/02/18 18:51:41 dinoex Exp $
-#
 
 PORTNAME=	yap
 PORTVERSION=	0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://www.gnustep.it/marko/GPSText/
 DISTNAME=	Yap
@@ -17,6 +11,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNUstep a2ps/gs frontend
+LICENSE=	gpl2
 
 RUN_DEPENDS+=	a2ps:${PORTSDIR}/print/a2ps-${PAPERSIZE}
 
@@ -32,7 +27,6 @@
 
 .if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj
 .BEGIN:
-	@${ECHO_CMD}
 	@${ECHO_CMD} "PAPERSIZE incorrect value: ${PAPERSIZE}."
 	@${ECHO_CMD}
 	@${ECHO_CMD} "Must specify PAPERSIZE as one of a4, letter, or letterdj."


More information about the Midnightbsd-cvs mailing list