From tkato432@yahoo.com  Sun Jan 15 18:01:48 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 79C75106566C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 15 Jan 2012 18:01:45 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 4A1B98FC0C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 15 Jan 2012 18:01:45 +0000 (UTC)
Received: from localhost.localdomain (ZT029095.ppp.dion.ne.jp [59.128.29.95])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id 81A6150036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 16 Jan 2012 03:01:43 +0900 (JST)
Message-Id: <20120116024559.ebf8dab9.tkato432@yahoo.com>
Date: Mon, 16 Jan 2012 02:45:59 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/apngasm to 2.5

>Number:         164158
>Category:       ports
>Synopsis:       Update port: graphics/apngasm to 2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 18:10:11 UTC 2012
>Closed-Date:    Sat Jan 28 20:25:01 UTC 2012
>Last-Modified:  Sat Jan 28 20:30:18 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 2.5

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/apngasm/Makefile graphics/apngasm/Makefile
--- /usr/ports/graphics/apngasm/Makefile	2011-12-27 02:54:22.000000000 +0900
+++ graphics/apngasm/Makefile	2012-01-14 21:53:58.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	apngasm
-PORTVERSION=	2.3
+PORTVERSION=	2.5
 DISTVERSIONSUFFIX=-src
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
@@ -14,20 +14,18 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Create Animated PNG from a sequence of files
 
-USE_ZIP=	yes
-USE_DOS2UNIX=	yes
-NO_WRKSUBDIR=	yes
-
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
 
-ALL_TARGET=	${PORTNAME}
-MAKEFILE=	/dev/null
-MAKE_ENV+=	LDLIBS="${LDLIBS}"
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-LDLIBS+=	-lpng -lm -lz
+NO_WRKSUBDIR=	yes
 
+USE_ZIP=	yes
+USE_DOS2UNIX=	yes
+
+CPPFLAGS+=	`pkg-config --cflags libpng`
+LDFLAGS+=	`pkg-config --libs libpng`
+
+PORTDOCS=	readme.txt
 PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.pre.mk>
@@ -39,7 +37,15 @@
 LDFLAGS+=	-static
 .endif
 
+do-build:
+	cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} ${PORTNAME}.c \
+		-o ${PORTNAME} ${LDFLAGS}
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+.endif
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/graphics/apngasm/distinfo graphics/apngasm/distinfo
--- /usr/ports/graphics/apngasm/distinfo	2011-03-10 05:41:45.000000000 +0900
+++ graphics/apngasm/distinfo	2012-01-14 21:54:35.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (apngasm-2.3-src.zip) = d3f13ac5800f69f3fbcfc00800f7a985273c775a800a92e26841af31ad6ab5bf
-SIZE (apngasm-2.3-src.zip) = 10540
+SHA256 (apngasm-2.5-src.zip) = e5346948f2a51328161b3ef0d2c8111cd7289c7b4ac48e72db3a617cfb4f24c5
+SIZE (apngasm-2.5-src.zip) = 11333
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jan 15 18:11:24 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164158 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sat Jan 28 10:37:46 UTC 2012 
State-Changed-Why:  
missing deps 
http://tb.smeets.im/tb/index.php?action=describe_port&id=1826 

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

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164158: Update port: graphics/apngasm to 2.5
Date: Sun, 29 Jan 2012 02:57:14 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Sun__29_Jan_2012_02_57_14_+0900_HnZJ6jK3O4mjehFT
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Here is the corrected patch.
 
 --Multipart=_Sun__29_Jan_2012_02_57_14_+0900_HnZJ6jK3O4mjehFT
 Content-Type: text/x-diff;
  name="graphics_apngasm.diff"
 Content-Disposition: attachment;
  filename="graphics_apngasm.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/graphics/apngasm/Makefile graphics/apngasm/Makefile
 --- /usr/ports/graphics/apngasm/Makefile	2011-12-27 02:54:22.000000000 +0900
 +++ graphics/apngasm/Makefile	2012-01-28 21:17:27.000000000 +0900
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	apngasm
 -PORTVERSION=	2.3
 +PORTVERSION=	2.5
  DISTVERSIONSUFFIX=-src
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 @@ -14,20 +14,18 @@
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Create Animated PNG from a sequence of files
  
 -USE_ZIP=	yes
 -USE_DOS2UNIX=	yes
 -NO_WRKSUBDIR=	yes
 -
  LICENSE=	LGPL21 LGPL3
  LICENSE_COMB=	dual
  
 -ALL_TARGET=	${PORTNAME}
 -MAKEFILE=	/dev/null
 -MAKE_ENV+=	LDLIBS="${LDLIBS}"
 -CFLAGS+=	-I${LOCALBASE}/include
 -LDFLAGS+=	-L${LOCALBASE}/lib
 -LDLIBS+=	-lpng -lm -lz
 +NO_WRKSUBDIR=	yes
  
 +USE_ZIP=	yes
 +USE_DOS2UNIX=	yes
 +
 +CPPFLAGS+=	`libpng-config --I_opts`
 +LDFLAGS+=	`libpng-config --ldflags`
 +
 +PORTDOCS=	readme.txt
  PLIST_FILES=	bin/${PORTNAME}
  
  .include <bsd.port.pre.mk>
 @@ -39,7 +37,15 @@
  LDFLAGS+=	-static
  .endif
  
 +do-build:
 +	cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} ${PORTNAME}.c \
 +		-o ${PORTNAME} ${LDFLAGS}
 +
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 +.if !defined(NOPORTDOCS)
 +	@${MKDIR} ${DOCSDIR}
 +	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 +.endif
  
  .include <bsd.port.post.mk>
 diff -urN /usr/ports/graphics/apngasm/distinfo graphics/apngasm/distinfo
 --- /usr/ports/graphics/apngasm/distinfo	2011-03-10 05:41:45.000000000 +0900
 +++ graphics/apngasm/distinfo	2012-01-14 21:54:35.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (apngasm-2.3-src.zip) = d3f13ac5800f69f3fbcfc00800f7a985273c775a800a92e26841af31ad6ab5bf
 -SIZE (apngasm-2.3-src.zip) = 10540
 +SHA256 (apngasm-2.5-src.zip) = e5346948f2a51328161b3ef0d2c8111cd7289c7b4ac48e72db3a617cfb4f24c5
 +SIZE (apngasm-2.5-src.zip) = 11333
 
 --Multipart=_Sun__29_Jan_2012_02_57_14_+0900_HnZJ6jK3O4mjehFT--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jan 28 20:25:00 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164158: commit references a PR
Date: Sat, 28 Jan 2012 20:25:16 +0000 (UTC)

 miwi        2012-01-28 20:24:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/apngasm     Makefile distinfo 
   Log:
   - Update to 2.5
   
   PR:             164158
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.7       +17 -11    ports/graphics/apngasm/Makefile
   1.5       +2 -2      ports/graphics/apngasm/distinfo
 _______________________________________________
 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:
