ports/138369: [PATCH] devel/autodist: update to 1.5

Sylvio Cesar scjamorim at bsd.com.br
Mon Aug 31 02:20:05 UTC 2009


>Number:         138369
>Category:       ports
>Synopsis:       [PATCH] devel/autodist: update to 1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 31 02:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Update to 1.5
- Changed pkg-plist
- Added "echo" to create a content to the file autodist.info, thus avoiding the error of the empty file autodist.info in the process of "make install"

You can see log in mine tinderbox:
7-stable - i386
http://www.scjamorim.org/Home/autodist-1.5.log
7-stable - amd64
http://www.scjamorim.org/Home/autodist-1.5_amd64.log

Port maintainer (johnson.peter at gmail.com) is cc'd.

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

--- autodist-1.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/autodist/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	21 Aug 2008 06:16:34 -0000	1.5
+++ Makefile	31 Aug 2009 02:05:37 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	autodist
-PORTVERSION=	1.3.2
+PORTVERSION=	1.5
 CATEGORIES=	devel
 MASTER_SITES=	http://silcnet.org/download/autodist/sources/ \
 		http://public.planetmirror.com/pub/silcnet/autodist/sources/ \
@@ -26,5 +26,6 @@
 post-patch:
 	@${REINPLACE_CMD} -e '/^install-exec-hook:/,/^$$/s/^	.*//' \
 		${WRKSRC}/apps/autodist/Makefile.in
+	${ECHO} "file empty" >> ${WRKSRC}/apps/autodist/doc/autodist.info
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/autodist/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	30 Oct 2007 02:49:12 -0000	1.3
+++ distinfo	31 Aug 2009 02:05:37 -0000
@@ -1,3 +1,3 @@
-MD5 (autodist-1.3.2.tar.gz) = aa76211ccea0818f09b4fc9564fad61e
-SHA256 (autodist-1.3.2.tar.gz) = cb42289e9e5949ab34d6de3a83b87b83c9c9be15813b3d281dd39816f20b1f0b
-SIZE (autodist-1.3.2.tar.gz) = 219823
+MD5 (autodist-1.5.tar.gz) = b3db1ba52507f6f1db5eb05174dd6548
+SHA256 (autodist-1.5.tar.gz) = e2574e9e1f1e8e088767ac5c72a9242ac0c64b8f2c179771477f9fe9846b3318
+SIZE (autodist-1.5.tar.gz) = 197974
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/autodist/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	30 Oct 2007 02:49:12 -0000	1.2
+++ pkg-plist	31 Aug 2009 02:05:37 -0000
@@ -1,6 +1,6 @@
 bin/autodist
 bin/makedist
-share/autodist/autodist.conf
-share/autodist/default
-share/autodist/COPYING
- at dirrm share/autodist
+%%DATADIR%%/autodist.conf
+%%DATADIR%%/default
+%%DATADIR%%/COPYING
+ at dirrm %%DATADIR%%
--- autodist-1.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list