diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-25 07:21:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-25 07:21:07 +0800 |
commit | b1b65c3ca96351f9efb44875ae2622b697c91481 (patch) | |
tree | 614cd8fd37a95a670c9fa2721eb86fb5b483bb12 /sysutils/samesame | |
parent | f1b1aef1de9473cde65a5975e1e3e6450db2683f (diff) | |
download | freebsd-ports-gnome-b1b65c3ca96351f9efb44875ae2622b697c91481.tar.gz freebsd-ports-gnome-b1b65c3ca96351f9efb44875ae2622b697c91481.tar.zst freebsd-ports-gnome-b1b65c3ca96351f9efb44875ae2622b697c91481.zip |
- Update to 1.8
PR: 141941
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer)
Diffstat (limited to 'sysutils/samesame')
-rw-r--r-- | sysutils/samesame/Makefile | 19 | ||||
-rw-r--r-- | sysutils/samesame/distinfo | 6 |
2 files changed, 17 insertions, 8 deletions
diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile index c7014a52eb5a..aa5256648b78 100644 --- a/sysutils/samesame/Makefile +++ b/sysutils/samesame/Makefile @@ -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 @@ USE_BZIP2= yes 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-debug 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 @@ post-install: ${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 --git a/sysutils/samesame/distinfo b/sysutils/samesame/distinfo index f92a578fe100..aafe56519202 100644 --- a/sysutils/samesame/distinfo +++ b/sysutils/samesame/distinfo @@ -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) = a38ea450ef1e752b99032db8c046e420 +SHA256 (samesame-1.8.tar.bz2) = 23cd53ff8c6cebbf14d69247cc8cb717f11d56f71eea0b452987a953d91c723d +SIZE (samesame-1.8.tar.bz2) = 114984 |