From kimelto@gmail.com  Wed Sep  9 17:49:22 2009
Return-Path: <kimelto@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C603C1065694
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Sep 2009 17:49:22 +0000 (UTC)
	(envelope-from kimelto@gmail.com)
Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26])
	by mx1.freebsd.org (Postfix) with ESMTP id 5CCB48FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Sep 2009 17:49:22 +0000 (UTC)
Received: by ey-out-2122.google.com with SMTP id 4so1874656eyf.9
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 09 Sep 2009 10:49:21 -0700 (PDT)
Received: by 10.211.143.20 with SMTP id v20mr507668ebn.76.1252518561341;
        Wed, 09 Sep 2009 10:49:21 -0700 (PDT)
Received: from localhost (lns-bzn-48f-62-147-157-205.adsl.proxad.net [62.147.157.205])
        by mx.google.com with ESMTPS id 5sm3495270eyh.2.2009.09.09.10.49.20
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Wed, 09 Sep 2009 10:49:20 -0700 (PDT)
Message-Id: <4aa7eaa0.0508d00a.046e.3878@mx.google.com>
Date: Wed, 09 Sep 2009 10:49:20 -0700 (PDT)
From: Julien Laffaye <kimelto@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] print/libharu: fix plist, cleanups, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138671
>Category:       ports
>Synopsis:       [PATCH] print/libharu: fix plist, cleanups, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 09 17:50:02 UTC 2009
>Closed-Date:    Fri Sep 11 04:03:02 UTC 2009
>Last-Modified:  Fri Sep 11 04:10:01 UTC 2009
>Originator:     Julien Laffaye
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD laptop.kimelto.eu 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009
>Description:
- Fix plist when NOPORTDOCS isnt defined (docs specified two times)
- Cleanups, use proper macro instead of cp -R
- Take maintainership

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

--- libharu-2.1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/libharu.orig/Makefile /usr/ports/print/libharu/Makefile
--- /usr/ports/print/libharu.orig/Makefile	2009-09-09 19:17:37.000000000 +0200
+++ /usr/ports/print/libharu/Makefile	2009-09-09 19:39:07.000000000 +0200
@@ -11,22 +11,19 @@
 CATEGORIES=	print
 MASTER_SITES=	http://libharu.org/files/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	kimelto@gmail.com
 COMMENT=	Haru Free PDF Library
 
 LIB_DEPENDS=	png:${PORTSDIR}/graphics/png
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 USE_LDCONFIG=	yes
 
-.if !defined(NOPORTDOCS)
-PORTDOCS=	*
-
 post-install:
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
+	@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>
--- libharu-2.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bland 
State-Changed-When: Fri Sep 11 04:02:44 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

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

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

 bland       2009-09-11 04:02:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     print/libharu        Makefile 
   Log:
   - Fix plist when NOPORTDOCS isnt defined (docs specified two times)
   - Cleanups, use proper macro instead of cp -R
   - Assign maintainership
   
   PR:     138671
   
   Revision  Changes    Path
   1.4       +3 -6      ports/print/libharu/Makefile
 _______________________________________________
 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:
