Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2005 10:05:59 -0600 (CST)
From:      Dave Glowacki <dglo@icecube.wisc.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77102: Maintainer update: java-checkstyle
Message-ID:  <200502041605.j14G5xnl041205@glowacki.dyndns.org>
Resent-Message-ID: <200502041610.j14GAFh8093268@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         77102
>Category:       ports
>Synopsis:       Maintainer update: java-checkstyle
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 04 16:10:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dave Glowacki
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD glowacki.dyndns.org 4.11-STABLE FreeBSD 4.11-STABLE #23: Wed Jan 26 10:29:39 CST 2005 dglo@glowacki.dyndns.org:/usr/obj/usr/src/sys/EUSEBIUS i386


	
>Description:
	Update java-checkstyle port to version 3.5
>How-To-Repeat:
	
>Fix:


diff -ru java-checkstyle/Makefile java-checkstyle/Makefile
--- java-checkstyle/Makefile	Sat Dec  4 13:20:47 2004
+++ java-checkstyle/Makefile	Fri Feb  4 09:35:39 2005
@@ -6,15 +6,14 @@
 #
 
 PORTNAME=	checkstyle
-PORTVERSION=	3.4
-PORTREVISION=	1
+PORTVERSION=	3.5
 CATEGORIES=	java devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	java-
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
-MAINTAINER=	dglo@ssec.wisc.edu
+MAINTAINER=	dglo@icecube.wisc.edu
 COMMENT=	Java style checker
 
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
@@ -46,8 +45,8 @@
 	@${FIND} ${BUILDDIR}/contrib/ -type d -print | ${SORT} -r | \
 		${SED} -e "s,^${BUILDDIR}/contrib,@dirrm ${STYLEDIR:S,${PREFIX}/,,}," >> ${PLIST}
 
-do-install: do-install-jar do-install-data do-install-apidocs
-	@${INSTALL_SCRIPT} ${WRKSRC}/checkstyle ${PREFIX}/bin/checkstyle
+do-install: do-install-jar do-install-data do-install-apidocs \
+		do-install-script
 
 do-install-jar:
 	@${MKDIR} ${JAVAJARDIR}
@@ -67,5 +66,8 @@
 .endfor
 	@${CHOWN} -h -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
 .endif
+
+do-install-script:
+	@${INSTALL_SCRIPT} ${WRKSRC}/checkstyle ${PREFIX}/bin/checkstyle
 
 .include <bsd.port.mk>
diff -ru java-checkstyle/distinfo java-checkstyle/distinfo
--- java-checkstyle/distinfo	Mon May  3 11:15:10 2004
+++ java-checkstyle/distinfo	Fri Feb  4 09:25:44 2005
@@ -1,2 +1,2 @@
-MD5 (checkstyle-src-3.4.tar.gz) = 39b7e55c7e2103b485e061ab5e42c292
-SIZE (checkstyle-src-3.4.tar.gz) = 1323474
+MD5 (checkstyle-src-3.5.tar.gz) = 868736a6617d58bbc4efcf85984423fd
+SIZE (checkstyle-src-3.5.tar.gz) = 1962069

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502041605.j14G5xnl041205>