From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 05:39:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org 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 AE5213C0; Sun, 2 Mar 2014 05:39:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1B31CB7; Sun, 2 Mar 2014 05:39:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s225dbt3074670; Sun, 2 Mar 2014 05:39:37 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s225dbmo074668; Sun, 2 Mar 2014 05:39:37 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201403020539.s225dbmo074668@svn.freebsd.org> From: Thomas Abthorpe Date: Sun, 2 Mar 2014 05:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346737 - head/devel/libserver 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.17 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, 02 Mar 2014 05:39:37 -0000 Author: tabthorpe Date: Sun Mar 2 05:39:36 2014 New Revision: 346737 URL: http://svnweb.freebsd.org/changeset/ports/346737 QAT: https://qat.redports.org/buildarchive/r346737/ Log: - Update to 1.18 - Convert to STAGEDIR PR: ports/186044 Submitted by: James Bailie (maintainer) Modified: head/devel/libserver/Makefile head/devel/libserver/distinfo Modified: head/devel/libserver/Makefile ============================================================================== --- head/devel/libserver/Makefile Sun Mar 2 05:32:21 2014 (r346736) +++ head/devel/libserver/Makefile Sun Mar 2 05:39:36 2014 (r346737) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libserver -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ @@ -11,6 +11,8 @@ COMMENT= Generic TCP server in a library USE_LDCONFIG= yes +INSTALL_TARGET=STAGEDIR=../stage/ install + PLIST_SUB= PORTVERSION=${PORTVERSION} .include Modified: head/devel/libserver/distinfo ============================================================================== --- head/devel/libserver/distinfo Sun Mar 2 05:32:21 2014 (r346736) +++ head/devel/libserver/distinfo Sun Mar 2 05:39:36 2014 (r346737) @@ -1,2 +1,2 @@ -SHA256 (libserver-1.17.tar.gz) = 9e105ffc478bce2848e4bc7e74d643377db1550df8c9f1fcbb4035ccef85ef81 -SIZE (libserver-1.17.tar.gz) = 11344 +SHA256 (libserver-1.18.tar.gz) = df74502dc263daf6138c41426ee5ee599aee9d03fd94b398f33e131d876126ed +SIZE (libserver-1.18.tar.gz) = 14203