Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2001 18:52:45 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29372: Update devel/perltidy to 20010731
Message-ID:  <200108012252.f71MqiE29045@entropy.databits.net>

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

>Number:         29372
>Category:       ports
>Synopsis:       Update devel/perltidy to 20010731
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 01 15:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

- update to version 20010731
- install ChangeLog
- use DOCSDIR
- ${CP} -> ${INSTALL_DATA}

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/perltidy/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	2001/07/24 07:38:47	1.8
+++ Makefile	2001/08/01 22:45:49
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	perltidy
-PORTVERSION=	20010723
+PORTVERSION=	20010731
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -26,10 +26,10 @@
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/perltidy
-.for file in perltidy perl2web tutorial
+	@${MKDIR} ${DOCSDIR}
+.for file in ChangeLog perl2web perltidy tutorial
 .for ext in html txt
-	${CP} ${WRKSRC}/docs/${file}.${ext} ${PREFIX}/share/doc/perltidy/
+	${INSTALL_DATA} ${WRKSRC}/docs/${file}.${ext} ${DOCSDIR}
 .endfor
 .endfor
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/perltidy/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	2001/07/24 07:38:47	1.8
+++ distinfo	2001/08/01 22:29:06
@@ -1 +1 @@
-MD5 (perltidy-20010723.tgz) = d89ee0ca5036261bc718b4581321862b
+MD5 (perltidy-20010731.tgz) = b34666986f5e4a1976988f3d6011dc06
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/perltidy/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	2001/06/17 17:01:58	1.3
+++ pkg-plist	2001/08/01 22:46:15
@@ -1,4 +1,6 @@
 bin/perltidy
+%%PORTDOCS%%share/doc/perltidy/ChangeLog.html
+%%PORTDOCS%%share/doc/perltidy/ChangeLog.txt
 %%PORTDOCS%%share/doc/perltidy/perl2web.html
 %%PORTDOCS%%share/doc/perltidy/perl2web.txt
 %%PORTDOCS%%share/doc/perltidy/perltidy.html
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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