From nobody@FreeBSD.org  Mon Jan 20 14:13:43 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 66845A2D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jan 2014 14:13:43 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 51A2C1431
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jan 2014 14:13:43 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0KEDfuo011307
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jan 2014 14:13:41 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0KEDfb2011293;
	Mon, 20 Jan 2014 14:13:41 GMT
	(envelope-from nobody)
Message-Id: <201401201413.s0KEDfb2011293@oldred.freebsd.org>
Date: Mon, 20 Jan 2014 14:13:41 GMT
From: Eero Hnninen <fax@nohik.ee>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] graphics/tgif update to 4.2.5
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: bmc@clapper.org

>Number:         185925
>Category:       ports
>Synopsis:       [PATCH] graphics/tgif update to 4.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 20 14:20:00 UTC 2014
>Closed-Date:    Sat Feb 15 16:21:44 UTC 2014
>Last-Modified:  Sat Feb 15 16:30:00 UTC 2014
>Originator:     Eero Hnninen
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD sneezy 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
- update to version 4.2.5
- added LICENSE
- Support STAGEDIR
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN tgif.orig/Makefile tgif/Makefile
--- tgif.orig/Makefile	2013-09-21 04:05:53.000000000 +0300
+++ tgif/Makefile	2014-01-20 15:47:25.000000000 +0200
@@ -1,9 +1,8 @@
 # Created by: bmc@WillsCreek.COM
-# $FreeBSD: head/graphics/tgif/Makefile 327733 2013-09-20 18:35:44Z bapt $
+# $FreeBSD: graphics/tgif/Makefile 327733 2013-09-20 18:35:44Z bapt $
 
 PORTNAME=	tgif
-PORTVERSION=	4.2.2
-PORTREVISION=	1
+PORTVERSION=	4.2.5
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://bourbon.usc.edu/pub/tgif/ \
 		http://groups.yahoo.com/group/tgif4-announce/files/ \
@@ -13,6 +12,11 @@
 MAINTAINER=	bmc@clapper.org
 COMMENT=	An Xlib-based two-dimensional drawing tool and hyper-object browser
 
+LICENSE=	QPLv1
+LICENSE_NAME=	Q PUBLIC LICENSE v1.0
+LICENSE_FILE=	${WRKSRC}/LICENSE.QPL
+LICENSE_PERMS=	auto-accept
+
 RUN_DEPENDS=	giftopnm:${PORTSDIR}/graphics/netpbm
 
 OPTIONS_DEFINE=	NLS A4SIZE DOCS
@@ -24,9 +28,6 @@
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 CFLAGS+=	${PTHREAD_CFLAGS}
 
-MAN1=		tgif.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -57,13 +58,13 @@
 		) > ${WRKSRC}/Tgif.tmpl-freebsdports
 post-install:
 .for D in demo spice
-		${MKDIR} ${EXAMPLESDIR}/${D}
+		${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${D}
 		cd ${WRKSRC}/${D:S/demo//} \
-			&& ${INSTALL_DATA} ${EXAMPLES.${D}} ${EXAMPLESDIR}/${D}
+			&& ${INSTALL_DATA} ${EXAMPLES.${D}} ${STAGEDIR}${EXAMPLESDIR}/${D}
 .endfor
 .if ${PORT_OPTIONS:MDOCS}
-		${MKDIR} ${DOCSDIR}
-		cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+		${MKDIR} ${STAGEDIR}${DOCSDIR}
+		cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -ruN tgif.orig/distinfo tgif/distinfo
--- tgif.orig/distinfo	2012-10-28 19:12:26.000000000 +0200
+++ tgif/distinfo	2014-01-20 14:57:46.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (tgif-QPL-4.2.2.tar.gz) = 73405ce77f741e474cc7bcdf71dd556e1c48c70fb363e0a44aa6241811cd51a7
-SIZE (tgif-QPL-4.2.2.tar.gz) = 2972242
+SHA256 (tgif-QPL-4.2.5.tar.gz) = 2f24e9fecafae6e671739bd80691a06c9d032bdd1973ca164823e72ab1c567ba
+SIZE (tgif-QPL-4.2.5.tar.gz) = 3093619
diff -ruN tgif.orig/files/Tgif.tmpl-freebsdports tgif/files/Tgif.tmpl-freebsdports
--- tgif.orig/files/Tgif.tmpl-freebsdports	2012-10-28 19:12:26.000000000 +0200
+++ tgif/files/Tgif.tmpl-freebsdports	2012-07-14 16:54:48.000000000 +0300
@@ -1,4 +1,4 @@
-XCOMM $FreeBSD: head/graphics/tgif/files/Tgif.tmpl-freebsdports 300896 2012-07-14 13:54:48Z beat $
+XCOMM $FreeBSD: graphics/tgif/files/Tgif.tmpl-freebsdports 300896 2012-07-14 13:54:48Z beat $
 #ifdef WITH_NLS
 #define IHaveSubdirs
 SUBDIRS=		po
diff -ruN tgif.orig/files/patch-tgif.man tgif/files/patch-tgif.man
--- tgif.orig/files/patch-tgif.man	2012-10-28 19:12:26.000000000 +0200
+++ tgif/files/patch-tgif.man	2014-01-20 15:07:14.000000000 +0200
@@ -4,8 +4,8 @@
  .\"
  .\"
  .\"
--.TH tgif n "Version 4.2 Patchlevel 2 and Above" "Tgif"
-+.TH tgif 1L "Version 4.2 Patchlevel 2 and Above" "Tgif"
+-.TH tgif n "Version 4.2 Patchlevel 3 and Above" "Tgif"
++.TH tgif 1L "Version 4.2 Patchlevel 3 and Above" "Tgif"
  .\"
  .SH NAME
  .\"
diff -ruN tgif.orig/pkg-plist tgif/pkg-plist
--- tgif.orig/pkg-plist	2012-10-28 19:12:26.000000000 +0200
+++ tgif/pkg-plist	2014-01-20 15:58:00.000000000 +0200
@@ -1,4 +1,4 @@
-@comment $FreeBSD: head/graphics/tgif/pkg-plist 300896 2012-07-14 13:54:48Z beat $
+@comment $FreeBSD: graphics/tgif/pkg-plist 300896 2012-07-14 13:54:48Z beat $
 bin/tgif
 lib/X11/tgif/hicolor/22x22/apps/tgificon.png
 @dirrm lib/X11/tgif/hicolor/22x22/apps
@@ -26,6 +26,7 @@
 lib/X11/tgif/eq4.sym
 lib/X11/tgif/eq4-2x.sym
 lib/X11/tgif/eq4-2x-jpg.sym
+lib/X11/tgif/eq4-2x-nowin-jpg.sym
 lib/X11/tgif/eq4-ps2epsi.sym
 lib/X11/tgif/eq4-epstool.sym
 lib/X11/tgif/eq4xpm.sym
@@ -75,3 +76,4 @@
 %%NLS%%share/locale/ja/LC_MESSAGES/tgif.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/tgif.mo
 @dirrm %%EXAMPLESDIR%%
+man/man1/tgif.1.gz


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 20 14:20:08 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bmc@clapper.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/185925: [PATCH] graphics/tgif update to 4.2.5
Date: Mon, 20 Jan 2014 14:20:07 UT

 Maintainer of graphics/tgif,
 
 Please note that PR ports/185925 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185925
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sat Feb 15 15:59:33 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185925 
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Feb 15 16:21:42 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185925: commit references a PR
Date: Sat, 15 Feb 2014 16:21:31 +0000 (UTC)

 Author: pawel
 Date: Sat Feb 15 16:21:22 2014
 New Revision: 344424
 URL: http://svnweb.freebsd.org/changeset/ports/344424
 QAT: https://qat.redports.org/buildarchive/r344424/
 
 Log:
   - Update to version 4.2.5 [1]
   - Add LICENSE [1]
   - Support stage [1]
   - Remove leading article from COMMENT
   - PTHREAD_CFLAGS is null, don't use it
   - Remove info about author from pkg-descr, it's available
     in program's Help->About menu
   
   PR:		ports/185925 [1]
   Submitted by:	Eero Hanninen <fax@nohik.ee>
   Approved by:	maintainer timeout
 
 Modified:
   head/graphics/tgif/Makefile
   head/graphics/tgif/distinfo
   head/graphics/tgif/files/patch-tgif.man
   head/graphics/tgif/pkg-descr
   head/graphics/tgif/pkg-plist
 
 Modified: head/graphics/tgif/Makefile
 ==============================================================================
 --- head/graphics/tgif/Makefile	Sat Feb 15 16:20:07 2014	(r344423)
 +++ head/graphics/tgif/Makefile	Sat Feb 15 16:21:22 2014	(r344424)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	tgif
 -PORTVERSION=	4.2.2
 -PORTREVISION=	1
 +PORTVERSION=	4.2.5
  CATEGORIES=	graphics
  MASTER_SITES=	ftp://bourbon.usc.edu/pub/tgif/ \
  		http://groups.yahoo.com/group/tgif4-announce/files/ \
 @@ -11,7 +10,12 @@ MASTER_SITES=	ftp://bourbon.usc.edu/pub/
  DISTNAME=	${PORTNAME}-QPL-${PORTVERSION}
  
  MAINTAINER=	bmc@clapper.org
 -COMMENT=	An Xlib-based two-dimensional drawing tool and hyper-object browser
 +COMMENT=	Xlib-based two-dimensional drawing tool and hyper-object browser
 +
 +LICENSE=	QPLv1
 +LICENSE_NAME=	Q PUBLIC LICENSE v1.0
 +LICENSE_FILE=	${WRKSRC}/LICENSE.QPL
 +LICENSE_PERMS=	auto-accept
  
  RUN_DEPENDS=	giftopnm:${PORTSDIR}/graphics/netpbm
  
 @@ -22,11 +26,7 @@ USES=		imake
  PORTDOCS=	HISTORY README
  USE_XORG=	x11 xext xt sm ice
  MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 -CFLAGS+=	${PTHREAD_CFLAGS}
 -
 -MAN1=		tgif.1
  
 -NO_STAGE=	yes
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MNLS}
 @@ -57,13 +57,11 @@ pre-configure:
  		) > ${WRKSRC}/Tgif.tmpl-freebsdports
  post-install:
  .for D in demo spice
 -		${MKDIR} ${EXAMPLESDIR}/${D}
 +		${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${D}
  		cd ${WRKSRC}/${D:S/demo//} \
 -			&& ${INSTALL_DATA} ${EXAMPLES.${D}} ${EXAMPLESDIR}/${D}
 +			&& ${INSTALL_DATA} ${EXAMPLES.${D}} ${STAGEDIR}${EXAMPLESDIR}/${D}
  .endfor
 -.if ${PORT_OPTIONS:MDOCS}
 -		${MKDIR} ${DOCSDIR}
 -		cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 -.endif
 +		${MKDIR} ${STAGEDIR}${DOCSDIR}
 +		cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
  
  .include <bsd.port.mk>
 
 Modified: head/graphics/tgif/distinfo
 ==============================================================================
 --- head/graphics/tgif/distinfo	Sat Feb 15 16:20:07 2014	(r344423)
 +++ head/graphics/tgif/distinfo	Sat Feb 15 16:21:22 2014	(r344424)
 @@ -1,2 +1,2 @@
 -SHA256 (tgif-QPL-4.2.2.tar.gz) = 73405ce77f741e474cc7bcdf71dd556e1c48c70fb363e0a44aa6241811cd51a7
 -SIZE (tgif-QPL-4.2.2.tar.gz) = 2972242
 +SHA256 (tgif-QPL-4.2.5.tar.gz) = 2f24e9fecafae6e671739bd80691a06c9d032bdd1973ca164823e72ab1c567ba
 +SIZE (tgif-QPL-4.2.5.tar.gz) = 3093619
 
 Modified: head/graphics/tgif/files/patch-tgif.man
 ==============================================================================
 --- head/graphics/tgif/files/patch-tgif.man	Sat Feb 15 16:20:07 2014	(r344423)
 +++ head/graphics/tgif/files/patch-tgif.man	Sat Feb 15 16:21:22 2014	(r344424)
 @@ -4,8 +4,8 @@
   .\"
   .\"
   .\"
 --.TH tgif n "Version 4.2 Patchlevel 2 and Above" "Tgif"
 -+.TH tgif 1L "Version 4.2 Patchlevel 2 and Above" "Tgif"
 +-.TH tgif n "Version 4.2 Patchlevel 3 and Above" "Tgif"
 ++.TH tgif 1L "Version 4.2 Patchlevel 3 and Above" "Tgif"
   .\"
   .SH NAME
   .\"
 
 Modified: head/graphics/tgif/pkg-descr
 ==============================================================================
 --- head/graphics/tgif/pkg-descr	Sat Feb 15 16:20:07 2014	(r344423)
 +++ head/graphics/tgif/pkg-descr	Sat Feb 15 16:21:22 2014	(r344424)
 @@ -10,10 +10,4 @@ encapsulated PostScript and XBM.
  Version 4 has a completely revamped 3-D user interface, as well as a host
  of new features.
  
 -Tgif depends on the `netpbm' package, available from the `ports'
 -collection.
 -
 -Tgif is written, maintained and enhanced by
 -William Chia-Wei Cheng (bill.cheng@acm.org)
 -
  WWW: http://bourbon.usc.edu:8001/tgif/
 
 Modified: head/graphics/tgif/pkg-plist
 ==============================================================================
 --- head/graphics/tgif/pkg-plist	Sat Feb 15 16:20:07 2014	(r344423)
 +++ head/graphics/tgif/pkg-plist	Sat Feb 15 16:21:22 2014	(r344424)
 @@ -25,6 +25,7 @@ lib/X11/tgif/tangram.sym
  lib/X11/tgif/eq4.sym
  lib/X11/tgif/eq4-2x.sym
  lib/X11/tgif/eq4-2x-jpg.sym
 +lib/X11/tgif/eq4-2x-nowin-jpg.sym
  lib/X11/tgif/eq4-ps2epsi.sym
  lib/X11/tgif/eq4-epstool.sym
  lib/X11/tgif/eq4xpm.sym
 @@ -36,6 +37,7 @@ lib/X11/tgif/keys.obj
  lib/X11/tgif/Copyright
  lib/X11/tgif/LICENSE.QPL
  @dirrm lib/X11/tgif
 +man/man1/tgif.1.gz
  %%EXAMPLESDIR%%/demo/an-sr-flip-flop.obj
  %%EXAMPLESDIR%%/demo/example.tex
  %%EXAMPLESDIR%%/demo/fonts.obj
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
