[Midnightbsd-cvs] mports: editors/jedit: Add license, clean up pkg-message

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 27 22:56:39 EST 2007


Log Message:
-----------
Add license, clean up pkg-message

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

-------------- next part --------------
Index: pkg-message
===================================================================
RCS file: /home/cvs/mports/editors/jedit/pkg-message,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/jedit/pkg-message -L editors/jedit/pkg-message -u -r1.1 -r1.2
--- editors/jedit/pkg-message
+++ editors/jedit/pkg-message
@@ -1,8 +1,3 @@
-
-******************************************************
-
 In order to use the optional SFTP plug-in for jEdit,
 you will need to have Java JDK version 1.4 or newer
 installed.
-
-******************************************************
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/jedit/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/jedit/Makefile -L editors/jedit/Makefile -u -r1.1 -r1.2
--- editors/jedit/Makefile
+++ editors/jedit/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	jedit
 PORTVERSION=	4.2
+PORTREVISION=	1
 CATEGORIES=	editors java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,7 +18,9 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Powerful programmer\'s text editor written in Java
+LICENSE=	gpl2
 
+BUILD_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 
 CONFLICTS=	jedit-4.3*
@@ -47,6 +50,5 @@
 		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
 		${SED} 's,^${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list