[Midnightbsd-cvs] mports: editors/jupp: Fix a number of portlint issues including fixing

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 1 15:30:39 EDT 2008


Log Message:
-----------
Fix a number of portlint issues including fixing the comment and making hard returns for pkg-descr lines.  Also fix conflicts for joe2 deletion

Modified Files:
--------------
    mports/editors/jupp:
        Makefile (r1.1 -> r1.2)
        pkg-descr (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/editors/jupp/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/jupp/pkg-descr -L editors/jupp/pkg-descr -u -r1.1 -r1.2
--- editors/jupp/pkg-descr
+++ editors/jupp/pkg-descr
@@ -1,6 +1,18 @@
-This is the portable version of JOE?s Own Editor, which is currently developed at sourceforge, licenced under the GNU General Public License, Version 1, using autoconf/automake. This version has been enhanced by several functions intended for programmers or other professional users, and has a lot of bugs fixed. It is based upon an older version of joe because these behave better overall.
-jupp also does come with the editor flavours known from joe, specifically, jmacs, joe, jpico, jstar, and rjoe. Not all features of jupp are available for these though (but all the bugfixes, and syntax highlighting is still enabled by default for these, while it is not auto-enabled in jupp).
+This is the portable version of JOE?s Own Editor, which is currently 
+developed at sourceforge, licenced under the GNU General Public License, 
+Version 1, using autoconf/automake. This version has been enhanced by 
+several functions intended for programmers or other professional users, 
+and has a lot of bugs fixed. It is based upon an older version of joe 
+because these behave better overall.
 
-Kudos to Joe H. Allen for bringing me a better WordStar?-compatible editor than Intergalactic Digital Research, DR Editor R2.00, DR DOS 5 (and its predecessor from DR DOS 3.41).
+jupp also does come with the editor flavours known from joe, 
+specifically, jmacs, joe, jpico, jstar, and rjoe. Not all features 
+of jupp are available for these though (but all the bugfixes, and 
+syntax highlighting is still enabled by default for these, while it 
+is not auto-enabled in jupp).
+
+Kudos to Joe H. Allen for bringing me a better WordStar?-compatible 
+editor than Intergalactic Digital Research, DR Editor R2.00, 
+DR DOS 5 (and its predecessor from DR DOS 3.41).
 
 WWW: http://www.mirbsd.org/jupp.htm
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/jupp/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/jupp/Makefile -L editors/jupp/Makefile -u -r1.1 -r1.2
--- editors/jupp/Makefile
+++ editors/jupp/Makefile
@@ -7,21 +7,21 @@
 
 PORTNAME=	jupp
 PORTVERSION=	3.1
-PORTREVISION=	0
 CATEGORIES=	editors
 MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/jupp/ \
 		http://pub.allbsd.org/MirOS/dist/jupp/
 DISTFILES=	joe-3.1jupp9.cpio.gz
+
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	jupp - the editor which sucks less
+COMMENT=	The editor which sucks less.
 LICENSE=	gpl
 
-CONFLICTS=      joe-2.* joe-3*
+BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+CONFLICTS=      joe-[0-9]*
 
-BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
-RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_GMAKE=	yes
 USE_ICONV=	yes


More information about the Midnightbsd-cvs mailing list