Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2009 23:49:11 +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/140587: [MAINTAINER] sysutils/samesame update to version 1.6
Message-ID:  <200911152249.nAFMnBmK026128@Server1.lan>
Resent-Message-ID: <200911152250.nAFMo2j1039637@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140587
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/samesame update to version 1.6
>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:   Sun Nov 15 22:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex de Kruijff
>Release:        
>Organization:
>Environment:

        
>Description:
        
	Delayed update to version 1.6

>How-To-Repeat:
        
>Fix:

        

--- samesame.diff begins here ---
diff -ru port.orig/Makefile port/Makefile
--- port.orig/Makefile	Fri Nov 13 14:24:21 2009
+++ port/Makefile	Sat Nov 14 16:51:56 2009
@@ -5,7 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	samesame
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://samesame.kruijff.org/ \
 		${MASTER_SITE_LOCAL}
@@ -30,8 +30,8 @@
 USE_BZIP2=	yes
 
 OPTIONS=	DEBUG "Enables debugging support" Off \
-		DISK_STORAGE "Allows temporarily storage paths on disk" On \
-		LOGIC "Determine results by using logic when posible" On \
+		DISK_STORAGE "Allows temporarily storage on disk" Off \
+		LOW_MEMORY_PROFILE "Low memory profile reduces functionality" Off \
 		TEST "Run quality assurance test" Off
 
 .include <bsd.port.pre.mk>
@@ -44,8 +44,8 @@
 CONFIGURE_ARGS+=	--enable-disk-storage
 .endif
 
-.if defined(WITHOUT_LOGIC)
-CONFIGURE_ARGS+=	--disable-logic
+.if defined(WITH_LOW_MEMORY_PROFILE)
+CONFIGURE_ARGS+=	--enable-low-memory-profile
 .endif
 
 regression-test: build
diff -ru port.orig/distinfo port/distinfo
--- port.orig/distinfo	Thu Nov 12 06:06:26 2009
+++ port/distinfo	Sun Nov 15 23:40:18 2009
@@ -1,3 +1,3 @@
-MD5 (samesame-1.5.tar.bz2) = 5443c04b1d9c624f4aff39b5acaa38ef
-SHA256 (samesame-1.5.tar.bz2) = e91a94d05a23b378269d6408d3f3102f3216a47a4d0408013ac124dc65796e54
-SIZE (samesame-1.5.tar.bz2) = 109837
+MD5 (samesame-1.6.tar.bz2) = 51dc947ff92934876f43a13851c5339f
+SHA256 (samesame-1.6.tar.bz2) = ad9af477390a3f4017dcfbc3bee646401d4138b2c648bae7668ca039b165cea1
+SIZE (samesame-1.6.tar.bz2) = 110794
--- 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?200911152249.nAFMnBmK026128>