From 8bdb5c47890997bbd7e4644fe8214a90d5a150a4 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 4 Feb 2013 13:06:28 +0000 Subject: [PATCH] - start COMMENT with a lowercase letter - and no need to explain what subversion is anymore --- devel/eclipse/plugins/struts-console/Makefile | 6 +++--- devel/eclipse/plugins/subclipse/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/eclipse/plugins/struts-console/Makefile b/devel/eclipse/plugins/struts-console/Makefile index eda21bf1030..4c134802fd6 100644 --- a/devel/eclipse/plugins/struts-console/Makefile +++ b/devel/eclipse/plugins/struts-console/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2012/06/09 11:26:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2013/02/04 13:06:28 jasper Exp $ -COMMENT= Configuration tool for Struts web framework +COMMENT= configuration tool for Struts web framework V=4.8 DISTNAME= struts-console-${V} PKGNAME= eclipse-plugin-struts-console-${V} -REVISION = 0 +REVISION = 1 CATEGORIES= devel/eclipse/plugins java diff --git a/devel/eclipse/plugins/subclipse/Makefile b/devel/eclipse/plugins/subclipse/Makefile index 14978833053..591b5d08dee 100644 --- a/devel/eclipse/plugins/subclipse/Makefile +++ b/devel/eclipse/plugins/subclipse/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.6 2011/09/16 09:24:49 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2013/02/04 13:06:28 jasper Exp $ -COMMENT= SubVersion (CVS replacement) plug-in for Eclipse IDE +COMMENT= SubVersion plug-in for Eclipse IDE V= 1.2.1 DISTNAME= site-${V} PKGNAME= eclipse-plugin-subclipse-${V} CATEGORIES= devel/eclipse/plugins java EXTRACT_SUFX= .zip -REVISION = 0 +REVISION = 1 MAINTAINER= Ian Darwin