From ayu@commun.jp  Wed Sep  9 04:22:36 2009
Return-Path: <ayu@commun.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 056CE1065692
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Sep 2009 04:22:36 +0000 (UTC)
	(envelope-from ayu@commun.jp)
Received: from spur02.stridge.co.jp (unknown [IPv6:2001:470:834f::1])
	by mx1.freebsd.org (Postfix) with ESMTP id A405E8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Sep 2009 04:22:35 +0000 (UTC)
Received: from spur02.stridge.co.jp (localhost [127.0.0.1])
	by spur02.stridge.co.jp (Postfix) with ESMTP id 03442B241E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Sep 2009 13:22:34 +0900 (JST)
Received: from dahlia.commun.jp (dahlia.commun.jp [IPv6:2001:470:f085::1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by spur02.stridge.co.jp (Postfix) with ESMTP
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Sep 2009 13:22:33 +0900 (JST)
Received: from strawberry.commun.jp (strawberry.na1.commun.jp [IPv6:2001:470:f085:1::14])
	by dahlia.commun.jp (Postfix) with ESMTP id BF6A139E16
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Sep 2009 13:22:30 +0900 (JST)
Received: by strawberry.commun.jp (Postfix, from userid 1001)
	id AE6FC5C1A; Wed,  9 Sep 2009 13:22:29 +0900 (JST)
Message-Id: <20090909042229.AE6FC5C1A@strawberry.commun.jp>
Date: Wed,  9 Sep 2009 13:22:29 +0900 (JST)
From: Ayumi Mitsui <ayu@commun.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] devel/tinylaf: update to 1.4.0, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138649
>Category:       ports
>Synopsis:       [PATCH] devel/tinylaf: update to 1.4.0, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 09 04:30:01 UTC 2009
>Closed-Date:    Fri Sep 11 10:47:14 UTC 2009
>Last-Modified:  Fri Sep 11 10:50:04 UTC 2009
>Originator:     Ayumi Mitsui
>Release:        FreeBSD 8.0-BETA4 amd64
>Organization:
>Environment:
System: FreeBSD strawberry.commun.jp 8.0-BETA4 FreeBSD 8.0-BETA4 #0: Sun Sep  6 04:44:31 UTC
>Description:
- Update to 1.4.0
- Take maintainership

Removed file(s):
- files/pkg-message.in

Tested with Tinderbox
http://tb-amd64.commun.jp/index.php?action=describe_port&id=110
http://tb-i386.commun.jp/index.php?action=describe_port&id=110

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tinylaf-1.4.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/tinylaf.orig/Makefile /usr/ports/devel/tinylaf/Makefile
--- /usr/ports/devel/tinylaf.orig/Makefile	2009-09-07 22:49:23.000000000 +0900
+++ /usr/ports/devel/tinylaf/Makefile	2009-09-07 23:23:38.000000000 +0900
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	tinylaf
-PORTVERSION=	1.3.8
-PORTREVISION=	1
+PORTVERSION=	1.4.0
 CATEGORIES=	devel java
 MASTER_SITES=	http://www.muntjak.de/hans/java/tinylaf/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ayu@commun.jp
 COMMENT=	A pluggable Look and Feel for Java
 
 USE_ZIP=	yes
@@ -20,33 +19,18 @@
 JAVA_VERSION=	1.4+
 NO_BUILD=	yes
 
-JARFILE=	${PORTNAME}.jar
-
-PORTDOCS=	readme.html license.txt
-THEMES=		99\ Earth.theme 99\ Lego.theme 99\ Light.theme 99\ Pool.theme	\
-		YQ\ Forest.theme YQ\ Golden.theme YQ\ Nightly.theme YQ\ Plastic.theme	\
-		YQ\ Silver.theme
-
-PLIST_FILES=	%%JAVAJARDIR%%/${JARFILE}
-PLIST_FILES+=	${THEMES:S|^|%%DATADIR%%/|}
-PLIST_DIRS+=	%%DATADIR%%
-
-SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
+JARFILE=	${PORTNAME}.jar tinycp.jar
+PORTDOCS=	readme.html gpl.txt lgpl.txt
+PLIST_FILES=	${JARFILE:S|^|%%JAVAJARDIR%%/|}
 
 do-install:
-	${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${JARFILE:S|^|${WRKSRC}/|} ${JAVAJARDIR}
-	${INSTALL_DATA} ${THEMES:S|^|${WRKSRC}/|} ${DATADIR}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.for f in readme.html license/gpl.txt license/lgpl.txt
+	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 
-post-install:
-	@${ECHO_MSG}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_MSG}
-
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/tinylaf.orig/distinfo /usr/ports/devel/tinylaf/distinfo
--- /usr/ports/devel/tinylaf.orig/distinfo	2009-09-07 22:49:23.000000000 +0900
+++ /usr/ports/devel/tinylaf/distinfo	2009-09-07 22:51:52.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (tinylaf-1_3_8.zip) = b10936e5d604db3226b4379f8e3fb42d
-SHA256 (tinylaf-1_3_8.zip) = 7f66972c31fcd51c23519eed4d082692daaa8886899799dcefa01f2d3747583c
-SIZE (tinylaf-1_3_8.zip) = 620140
+MD5 (tinylaf-1_4_0.zip) = bb14d57f1c5b96dc0b583a7469f6c935
+SHA256 (tinylaf-1_4_0.zip) = f1bd1c3eb5b87f2e5e7fd68cf0655bd042829cdab694ea01efe944e58908014b
+SIZE (tinylaf-1_4_0.zip) = 1012667
diff -ruN --exclude=CVS /usr/ports/devel/tinylaf.orig/files/pkg-message.in /usr/ports/devel/tinylaf/files/pkg-message.in
--- /usr/ports/devel/tinylaf.orig/files/pkg-message.in	2009-09-07 22:49:23.000000000 +0900
+++ /usr/ports/devel/tinylaf/files/pkg-message.in	1970-01-01 09:00:00.000000000 +0900
@@ -1 +0,0 @@
-Common themes have been installed in %%DATADIR%%.
--- tinylaf-1.4.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Fri Sep 11 10:47:08 UTC 2009 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138649 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138649: commit references a PR
Date: Fri, 11 Sep 2009 10:47:08 +0000 (UTC)

 arved       2009-09-11 10:46:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/tinylaf        Makefile distinfo 
   Removed files:
     devel/tinylaf/files  pkg-message.in 
   Log:
   Update to 1.4.0
   Pass maintainership to submitter
   
   PR:             138649
   Submitted by:   Ayumi Mitsui <ayu@commun.jp>
   
   Revision  Changes    Path
   1.10      +8 -24     ports/devel/tinylaf/Makefile
   1.7       +3 -3      ports/devel/tinylaf/distinfo
   1.2       +0 -1      ports/devel/tinylaf/files/pkg-message.in (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
