Date: Tue, 18 Apr 2006 22:45:42 +0200 From: "Martin Wilke" <freebsd@unixfreunde.de> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/96023: [update]archivers/dact (grab maintainership) Message-ID: <1145393142.69021@lapbox.ath.cx> Resent-Message-ID: <200604182050.k3IKoGS8082144@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96023 >Category: ports >Synopsis: [update]archivers/dact (grab maintainership) >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: Tue Apr 18 20:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #8: Tue Apr 18 10:57:41 CEST 2006 splash@lapbox.ath.cx:/usr/obj/usr/src/sys/LAPBOX >Description: - update to 0.8.41 - pkg-plist fix - portlint check >How-To-Repeat: >Fix: --- dact.patch begins here --- diff -urN /usr/ports/archivers/dact/Makefile ports/archivers/dact/Makefile --- /usr/ports/archivers/dact/Makefile Mon Nov 14 11:56:27 2005 +++ ports/archivers/dact/Makefile Tue Apr 18 17:08:05 2006 @@ -7,12 +7,12 @@ # PORTNAME= dact -PORTVERSION= 0.8.39 -PORTREVISION= 2 +PORTVERSION= 0.8.41 +PORTREVISION= 0 CATEGORIES= archivers MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@unixfreunde.de COMMENT= Dynamic Adaptive Compression Tool LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ Binary files /usr/ports/archivers/dact/dact-0.8.41.tbz and ports/archivers/dact/dact-0.8.41.tbz differ diff -urN /usr/ports/archivers/dact/distinfo ports/archivers/dact/distinfo --- /usr/ports/archivers/dact/distinfo Thu Nov 24 00:37:39 2005 +++ ports/archivers/dact/distinfo Tue Apr 18 17:08:45 2006 @@ -1,3 +1,3 @@ -MD5 (dact-0.8.39.tar.gz) = e99e881c65b101b03e5fb02445d8fb50 -SHA256 (dact-0.8.39.tar.gz) = 42c90ddf588d1f4969c4bc84241ccc1628b0a584353d4b9a33edc7904e1e159f -SIZE (dact-0.8.39.tar.gz) = 125448 +MD5 (dact-0.8.41.tar.gz) = f6b33e18e9680c08835e93f8673dea8d +SHA256 (dact-0.8.41.tar.gz) = 0fdf5891a4276d397cd5d5e686015ab1104bb7cb5dd34cf399ee8c1dce434514 +SIZE (dact-0.8.41.tar.gz) = 151032 diff -urN /usr/ports/archivers/dact/pkg-plist ports/archivers/dact/pkg-plist --- /usr/ports/archivers/dact/pkg-plist Tue Sep 27 16:03:00 2005 +++ ports/archivers/dact/pkg-plist Tue Apr 18 17:12:45 2006 @@ -1,26 +1,9 @@ bin/dact -@unexec if cmp -s %D/etc/dact.conf %D/%%EXAMPLESDIR%%/dact.conf; then rm -f %D/etc/dact.conf; fi -%%EXAMPLESDIR%%/dact.conf -@exec [ -f %D/etc/dact.conf ] || cp %D/%%EXAMPLESDIR%%/dact.conf %D/etc/dact.conf +etc/dact.conf lib/libdact.so -%%DATADIR%%/cipher_chaos.so -%%DATADIR%%/cipher_psub.so -%%DATADIR%%/cipher_serpent.so -%%DATADIR%%/cipher_sub.so -%%DATADIR%%/comp_bzlib.so -%%DATADIR%%/comp_delta.so -%%DATADIR%%/comp_lzoox.so -%%DATADIR%%/comp_lzooy.so -%%DATADIR%%/comp_lzota.so -%%DATADIR%%/comp_mzlib.so -%%DATADIR%%/comp_mzlib2.so -%%DATADIR%%/comp_rle.so -%%DATADIR%%/comp_snibble.so -%%DATADIR%%/comp_text.so -%%DATADIR%%/comp_zlib.so -%%DATADIR%%/libdact.so -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/dact.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% +%%DOCSDIR%%/README +%%DOCSDIR%%/dact.txt +%%EXAMPLESDIR%%/dact.conf @dirrm %%EXAMPLESDIR%% +@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%% --- dact.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1145393142.69021>