aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-27 20:43:39 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-27 20:43:39 +0000
commit6fae971e798ca0ba4892f003cdb2a7b55a965199 (patch)
treeee806a137f3d1ab900731780db4e13e197b5ec7b /sysutils
parent11ebbffeaf3eaf8a6d6f3cb3936d5b518d435f5c (diff)
downloadports-6fae971e798ca0ba4892f003cdb2a7b55a965199.tar.gz
ports-6fae971e798ca0ba4892f003cdb2a7b55a965199.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/samesame/Makefile13
-rw-r--r--sysutils/samesame/distinfo6
-rw-r--r--sysutils/samesame/pkg-descr2
3 files changed, 10 insertions, 11 deletions
diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile
index 39eab068228d..76e5da994b69 100644
--- a/sysutils/samesame/Makefile
+++ b/sysutils/samesame/Makefile
@@ -5,9 +5,9 @@
# $FreeBSD$
PORTNAME= samesame
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= sysutils
-MASTER_SITES= http://www.akruijff.dds.nl/samesame/ \
+MASTER_SITES= http://samesame.kruijff.org/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dhn
@@ -27,14 +27,10 @@ USE_BZIP2= yes
OPTIONS= DEBUG "Enables debugging support" Off \
DISK_STORAGE "Allow temporarily storage paths on disk" On \
LOGIC "Determine results by using logic when posible" On \
- TEST "Run quality assurance test" On
+ TEST "Run quality assurance test" Off
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 800064
-BROKEN= does not build
-.endif
-
.if defined(WITH_DEBUG)
CFLAGS+= -DDEBUG
.endif
@@ -52,6 +48,9 @@ CFLAGS+= -D'TEMP_STORAGE_DIR=\"/tmp\"'
CFLAGS+= -DPATH_INIT=256
CFLAGS+= -DSTATIC_CACHE_CAPACITY=8192
+post-patch:
+ @${REINPLACE_CMD} -e 's|@||g' ${WRKSRC}/Makefile
+
post-build:
.if defined(WITH_TEST)
cd ${WRKSRC}; ${MAKE} test
diff --git a/sysutils/samesame/distinfo b/sysutils/samesame/distinfo
index a9770e850a08..68ed8d9ed73c 100644
--- a/sysutils/samesame/distinfo
+++ b/sysutils/samesame/distinfo
@@ -1,3 +1,3 @@
-MD5 (samesame-1.1.tar.bz2) = ccf866260bc59df9a663c8746572901a
-SHA256 (samesame-1.1.tar.bz2) = 668e409e114ec524391761307e4a044ec152bf7b1179f54944bf917374344f93
-SIZE (samesame-1.1.tar.bz2) = 41378
+MD5 (samesame-1.2.tar.bz2) = 062147688d2e836b779360e4aeac3234
+SHA256 (samesame-1.2.tar.bz2) = 7303f8073d45bae609f3140dfa7a41f880166d357b918b1584c26f78e57deb19
+SIZE (samesame-1.2.tar.bz2) = 42654
diff --git a/sysutils/samesame/pkg-descr b/sysutils/samesame/pkg-descr
index 9519d01023e7..e3afbc402f8d 100644
--- a/sysutils/samesame/pkg-descr
+++ b/sysutils/samesame/pkg-descr
@@ -19,4 +19,4 @@ Typical usage would be:
This would search for identical files and clean up wasted disk space by
linking them together. Add the option -n after samelink for a dry-run.
-WWW: http://www.akruijff.dds.nl/samesame/
+WWW: http://www.akruijff.dds.nl/samesame/