Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 18:48:59 GMT
From:      Joseph Benden <joe@thrallingpenguin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188996: [patch] Updated port devel/poco-ssl to latest release 1.4.6p4.
Message-ID:  <201404251848.s3PImxvA080128@cgiserv.freebsd.org>
Resent-Message-ID: <201404251850.s3PIo0vX042984@freefall.freebsd.org>

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

>Number:         188996
>Category:       ports
>Synopsis:       [patch] Updated port devel/poco-ssl to latest release 1.4.6p4.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 25 18:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Benden
>Release:        FreeBSD 11
>Organization:
>Environment:
FreeBSD lucy 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r264887: Thu Apr 24 12:43:46 MST 2014     root@lucy:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This patch requires PR ports/188384 first.

The patch updates the port to the latest release.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/devel/poco-ssl/Makefile b/devel/poco-ssl/Makefile
index 8102358..da6cfb7 100644
--- a/devel/poco-ssl/Makefile
+++ b/devel/poco-ssl/Makefile
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/poco-ssl/Makefile 342070 2014-01-31 20:58:17Z antoine $
 
 PORTNAME=	poco
-PORTVERSION=	1.4.6p3
+PORTVERSION=	1.4.6p4
 PORTREVISION=	1
 CATEGORIES=	devel net
 MASTER_SITES=	https://codeload.github.com/pocoproject/${PORTNAME}/legacy.tar.gz/${PORTNAME}-${PORTVERSION}-release?dummy=/
@@ -29,7 +29,7 @@ BUILD_DEPENDS=  bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libexpat.so:${PORTSDIR}/textproc/expat2
 CONFIGURE_ARGS= --unbundled
-WRKSRC=		${WRKDIR}/pocoproject-poco-8d5a60d
+WRKSRC=		${WRKDIR}/pocoproject-poco-1d4b389
 ODBCLIBDIR=	/usr/local/lib
 MAKE_ARGS+=	ODBCLIBDIR=${ODBCLIBDIR}
 
@@ -72,8 +72,7 @@ CONFIGURE_ARGS+= --omit=Data/SQLite
 .endif
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_BZIP2=	yes
+USES=gmake
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff --git a/devel/poco-ssl/distinfo b/devel/poco-ssl/distinfo
index 2aba096..7586664 100644
--- a/devel/poco-ssl/distinfo
+++ b/devel/poco-ssl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (poco-1.4.6p3p1-all.tar.bz2) = 90ee09d00e111ac97de6ab8d1c168acbc43bb1becc6bc354984df79890ed4a5c
-SIZE (poco-1.4.6p3p1-all.tar.bz2) = 4402391
+SHA256 (poco-1.4.6p4p1-all.tar.gz) = 3dfb736b3938ab533728a36233d6cde0fe8041e23de61b5cc088918b938252f9
+SIZE (poco-1.4.6p4p1-all.tar.gz) = 4402621


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



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