Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  8 Jan 2004 19:32:22 +0100 (CET)
From:      Vincent Tantardini <vinc@FreeBSD-fr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61088: [update orphaned port] : archivers/dact - update to 0.8.35
Message-ID:  <20040108183222.8E3605B0@sativa.0x45.org>
Resent-Message-ID: <200401081840.i08IeJxi067696@freefall.freebsd.org>

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

>Number:         61088
>Category:       ports
>Synopsis:       [update orphaned port] : archivers/dact - update to 0.8.35
>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:   Thu Jan 08 10:40:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vincent Tantardini
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Kerneled.com
>Environment:
System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386


	
>Description:
	Update to 0.8.35 and add some documentation.
>How-To-Repeat:
	
>Fix:

	

--- dact.diff begins here ---
diff -ruN dact.orig/Makefile dact/Makefile
--- dact.orig/Makefile	Thu Jan  8 19:28:27 2004
+++ dact/Makefile	Thu Jan  8 19:23:57 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dact
-PORTVERSION=	0.8.34
+PORTVERSION=	0.8.35
 PORTREVISION=	0
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.rkeene.org/files/oss/dact/
@@ -28,5 +28,12 @@
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		dact.1
+
+post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Docs/dact.txt ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -ruN dact.orig/distinfo dact/distinfo
--- dact.orig/distinfo	Thu Jan  8 19:28:27 2004
+++ dact/distinfo	Thu Jan  8 19:10:56 2004
@@ -1 +1 @@
-MD5 (dact-0.8.34.tar.gz) = 24937a6d97650badeba8d9f9f78e29e3
+MD5 (dact-0.8.35.tar.gz) = 5d06ca225df94725ad07e2b98f0618bc
diff -ruN dact.orig/pkg-plist dact/pkg-plist
--- dact.orig/pkg-plist	Thu Jan  8 19:28:27 2004
+++ dact/pkg-plist	Thu Jan  8 19:27:26 2004
@@ -15,4 +15,7 @@
 %%DATADIR%%/comp_snibble.so
 %%DATADIR%%/comp_text.so
 %%DATADIR%%/comp_zlib.so
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/dact.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%
--- dact.diff ends here ---


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



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