Date: Thu, 24 Dec 2009 08:03:32 +0100 (CET) From: Alex de Kruijff <samesame@akruijff.dds.nl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alex de Kruijff <samesame@akruijff.dds.nl> Subject: ports/141941: [MAINTAINER] sysutils/samesame update to v1.8 Message-ID: <200912240703.nBO73WBA089926@Server1.lan> Resent-Message-ID: <200912240710.nBO7A7Yu027747@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141941 >Category: ports >Synopsis: [MAINTAINER] sysutils/samesame update to v1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 24 07:10:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alex de Kruijff >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- samesame.diff begins here --- diff -ruN ./Makefile ./Makefile --- ./Makefile Mon Nov 16 02:11:14 2009 +++ ./Makefile Thu Dec 24 08:00:30 2009 @@ -5,24 +5,25 @@ # $FreeBSD$ PORTNAME= samesame -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= sysutils MASTER_SITES= http://samesame.kruijff.org/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dhn MAINTAINER= samesame@akruijff.dds.nl -COMMENT= Find identical files and optionally link them together +COMMENT= Find duplicate files and optionally link them together CONFLICTS= samefile-[0-9]* MAN1= samesame.1 samearchive.1 samearchive-lite.1 samefile.1 sameln.1 \ - samecp.1 samemv.1 samerm.1 + samecp.1 samemv.1 samerm.1 samechflags.1 samechmod.1 samechown.1 MANCOMPRESSED= no PLIST_FILES= bin/samearchive bin/samefile bin/samecp \ bin/samearchive-lite bin/sameln bin/samemv \ - etc/rc.d/samesame.sh bin/samerm + etc/rc.d/samesame.sh bin/samerm bin/samechflags \ + bin/samechmod bin/samechown HAS_CONFIGURE= yes CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --prefix="${PREFIX}" \ @@ -32,6 +33,7 @@ OPTIONS= DEBUG "Enables debugging support" Off \ DISK_STORAGE "Allows temporarily storage on disk" Off \ LOW_MEMORY_PROFILE "Low memory profile reduces functionality" Off \ + EXPERIMENTAL "Enables experimental functionality" Off \ TEST "Run quality assurance test" Off .include <bsd.port.pre.mk> @@ -44,8 +46,12 @@ CONFIGURE_ARGS+= --enable-disk-storage .endif +.if defined(WITH_EXPERIMENTAL) +CONFIGURE_ARGS+= --enable-experimental +.endif + .if defined(WITH_LOW_MEMORY_PROFILE) -CONFIGURE_ARGS+= --enable-low-memory-profile +CONFIGURE_ARGS+= --enable-low-memory-profile --disable-read-onces .endif regression-test: build @@ -62,6 +68,9 @@ ${STRIP_CMD} ${PREFIX}/bin/samearchive ${STRIP_CMD} ${PREFIX}/bin/samearchive-lite ${STRIP_CMD} ${PREFIX}/bin/samecp + ${STRIP_CMD} ${PREFIX}/bin/samechflags + ${STRIP_CMD} ${PREFIX}/bin/samechmod + ${STRIP_CMD} ${PREFIX}/bin/samechown ${STRIP_CMD} ${PREFIX}/bin/sameln ${STRIP_CMD} ${PREFIX}/bin/samemv ${STRIP_CMD} ${PREFIX}/bin/samerm diff -ruN ./distinfo ./distinfo --- ./distinfo Tue Dec 1 04:50:18 2009 +++ ./distinfo Thu Dec 24 07:46:34 2009 @@ -1,3 +1,3 @@ -MD5 (samesame-1.7.tar.bz2) = 596a64f4592313f9559c7309c6fb2aad -SHA256 (samesame-1.7.tar.bz2) = 5f98b1557d34d718b87b9f625a0ecf03f38fcf1d21e0c0283f31da017ebeb544 -SIZE (samesame-1.7.tar.bz2) = 111059 +MD5 (samesame-1.8.tar.bz2) = 5a1b585891bb7c8f61f411c4593d0fbd +SHA256 (samesame-1.8.tar.bz2) = 1dbaa3c972b3db031977839affb15998e6dca7c9cb1715b5fcf01ecc7058e362 +SIZE (samesame-1.8.tar.bz2) = 114622 --- samesame.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?200912240703.nBO73WBA089926>