From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 24 07:10:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4758F106568B for ; Thu, 24 Dec 2009 07:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 01A1D8FC19 for ; Thu, 24 Dec 2009 07:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBO7A7JD027748 for ; Thu, 24 Dec 2009 07:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBO7A7Yu027747; Thu, 24 Dec 2009 07:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 24 Dec 2009 07:10:07 GMT Resent-Message-Id: <200912240710.nBO7A7Yu027747@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex de Kruijff Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF011106566C for ; Thu, 24 Dec 2009 07:03:47 +0000 (UTC) (envelope-from akruijff@www.kruijff.org) Received: from rotring.dds.nl (rotring.dds.nl [85.17.178.138]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9878FC13 for ; Thu, 24 Dec 2009 07:03:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by rotring.dds.nl (Postfix) with ESMTP id BE76058087 for ; Thu, 24 Dec 2009 08:03:45 +0100 (CET) Received: from www.kruijff.org (195-241-9-169.adsl.dds.nl [195.241.9.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rotring.dds.nl (Postfix) with ESMTP id 8B8E55807E; Thu, 24 Dec 2009 08:03:33 +0100 (CET) Received: from Server1.lan (localhost [127.0.0.1]) by www.kruijff.org (8.13.6/8.13.6) with ESMTP id nBO73WWR089927; Thu, 24 Dec 2009 08:03:33 +0100 (CET) (envelope-from akruijff@Server1.lan) Received: (from root@localhost) by Server1.lan (8.13.6/8.13.6/Submit) id nBO73WBA089926; Thu, 24 Dec 2009 08:03:32 +0100 (CET) (envelope-from akruijff) Message-Id: <200912240703.nBO73WBA089926@Server1.lan> Date: Thu, 24 Dec 2009 08:03:32 +0100 (CET) From: Alex de Kruijff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Alex de Kruijff Subject: ports/141941: [MAINTAINER] sysutils/samesame update to v1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex de Kruijff List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2009 07:10:08 -0000 >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 @@ -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: