From owner-svn-ports-all@FreeBSD.ORG Sun Dec 9 03:32:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 492327C; Sun, 9 Dec 2012 03:32:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 116588FC0C; Sun, 9 Dec 2012 03:32:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB93WLSM076799; Sun, 9 Dec 2012 03:32:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB93WLXc076796; Sun, 9 Dec 2012 03:32:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212090332.qB93WLXc076796@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 9 Dec 2012 03:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308503 - head/devel/libdap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 03:32:22 -0000 Author: sunpoet Date: Sun Dec 9 03:32:21 2012 New Revision: 308503 URL: http://svnweb.freebsd.org/changeset/ports/308503 Log: - Update to 3.11.7 - Remove signature verification Feature safe: yes Modified: head/devel/libdap/Makefile head/devel/libdap/distinfo head/devel/libdap/pkg-plist Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Sun Dec 9 01:39:45 2012 (r308502) +++ head/devel/libdap/Makefile Sun Dec 9 03:32:21 2012 (r308503) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= libdap -PORTVERSION= 3.11.5 +PORTVERSION= 3.11.7 CATEGORIES= devel MASTER_SITES= http://www.opendap.org/pub/source/ \ LOCAL/sunpoet -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= SDK which contains an implementation of DAP 2.0 and 3.1 @@ -32,7 +30,4 @@ post-patch: # do not alter ${PREFIX}/lib/charset.alias @${REINPLACE_CMD} -e '/^install-exec-am: / s|install-exec-local||' ${WRKSRC}/gl/Makefile.in -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig - .include Modified: head/devel/libdap/distinfo ============================================================================== --- head/devel/libdap/distinfo Sun Dec 9 01:39:45 2012 (r308502) +++ head/devel/libdap/distinfo Sun Dec 9 03:32:21 2012 (r308503) @@ -1,4 +1,2 @@ -SHA256 (libdap-3.11.5.tar.gz) = c7dc7cc3884f324a37a1270e02d539e0d9e43ed456ac9c9c4fedae91eab062b0 -SIZE (libdap-3.11.5.tar.gz) = 1500310 -SHA256 (libdap-3.11.5.tar.gz.sig) = aa8f8805c79ed0c0ec05d006fc9a8a37873aca8cc34881dfa467ab0a2e879617 -SIZE (libdap-3.11.5.tar.gz.sig) = 72 +SHA256 (libdap-3.11.7.tar.gz) = 24aae62e76609b2738fbc25ec60661e2c76af06890057d4529a89a320a7eccea +SIZE (libdap-3.11.7.tar.gz) = 1503698 Modified: head/devel/libdap/pkg-plist ============================================================================== --- head/devel/libdap/pkg-plist Sun Dec 9 01:39:45 2012 (r308502) +++ head/devel/libdap/pkg-plist Sun Dec 9 03:32:21 2012 (r308503) @@ -13,6 +13,7 @@ include/libdap/Clause.h include/libdap/Connect.h include/libdap/ConstraintEvaluator.h include/libdap/Constructor.h +include/libdap/DAPCache3.h include/libdap/DAS.h include/libdap/DDS.h include/libdap/DDXExceptions.h @@ -95,7 +96,7 @@ lib/libdapclient.so.4 lib/libdapserver.a lib/libdapserver.la lib/libdapserver.so -lib/libdapserver.so.9 +lib/libdapserver.so.11 libdata/pkgconfig/libdap.pc libdata/pkgconfig/libdapclient.pc libdata/pkgconfig/libdapserver.pc