From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 25 18:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A099B501 for ; Fri, 25 Apr 2014 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D10018C6 for ; Fri, 25 Apr 2014 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PIo0J7042985 for ; Fri, 25 Apr 2014 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3PIo0vX042984; Fri, 25 Apr 2014 18:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 25 Apr 2014 18:50:00 GMT Resent-Message-Id: <201404251850.s3PIo0vX042984@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joseph Benden Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 461F24E6 for ; Fri, 25 Apr 2014 18:49:00 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1790118B6 for ; Fri, 25 Apr 2014 18:49:00 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PImxiv080129 for ; Fri, 25 Apr 2014 18:48:59 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3PImxvA080128; Fri, 25 Apr 2014 18:48:59 GMT (envelope-from nobody) Message-Id: <201404251848.s3PImxvA080128@cgiserv.freebsd.org> Date: Fri, 25 Apr 2014 18:48:59 GMT From: Joseph Benden To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188996: [patch] Updated port devel/poco-ssl to latest release 1.4.6p4. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 18:50:00 -0000 >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 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: