Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 15:57:05 +0200 (CEST)
From:      Ivan Voras <ivoras@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182409: Update for databases/sqlcached
Message-ID:  <201309261357.r8QDv5vn089840@lara.cc.fer.hr>
Resent-Message-ID: <201309261400.r8QE01v1058408@freefall.freebsd.org>

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

>Number:         182409
>Category:       ports
>Synopsis:       Update for databases/sqlcached
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 26 14:00:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Voras
>Release:        FreeBSD 9.2-PRERELEASE amd64
>Organization:
>Environment:
>Description:
A patch to a newer version of the upstream sources.
>How-To-Repeat:
>Fix:
I am not a ports committer. Somone needs to commit this for me.
	
diff -urN sqlcached-old/Makefile sqlcached/Makefile
--- sqlcached-old/Makefile	2012-11-17 06:55:25.000000000 +0100
+++ sqlcached/Makefile	2013-09-26 15:52:10.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sqlcached
-PORTVERSION=	r4
+PORTVERSION=	r6
 CATEGORIES=	databases net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
@@ -27,8 +27,6 @@
 PLIST_FILES=	bin/${PORTNAME} etc/rc.d/${PORTNAME}
 
 post-patch:
-	@${REINPLACE_CMD} -E -e 's|^(.*FLAGS)=|\1?=|' \
-		${WRKSRC}/Makefile
 	@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' \
 		${WRKSRC}/FreeBSD/${PORTNAME}
 
diff -urN sqlcached-old/distinfo sqlcached/distinfo
--- sqlcached-old/distinfo	2011-03-20 13:48:05.000000000 +0100
+++ sqlcached/distinfo	2013-09-26 15:52:22.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (sqlcached-r4.tgz) = aea9f0919e9b9d840f8c949367cf0ffc4f635f673b060cc084159a275fd87064
-SIZE (sqlcached-r4.tgz) = 26014
+SHA256 (sqlcached-r6.tgz) = 43e4c8852fa0854494f0f0fe12a523701208eabd8b7fd0dedc79d1bb45c952ed
+SIZE (sqlcached-r6.tgz) = 26179


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309261357.r8QDv5vn089840>