From owner-svn-ports-all@FreeBSD.ORG Sun May 10 12:45:35 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73A24FBD; Sun, 10 May 2015 12:45:35 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ED7E197B; Sun, 10 May 2015 12:45:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4ACjZrb011319; Sun, 10 May 2015 12:45:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4ACjY7C011317; Sun, 10 May 2015 12:45:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505101245.t4ACjY7C011317@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 May 2015 12:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385949 - head/devel/global 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.20 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, 10 May 2015 12:45:35 -0000 Author: sunpoet Date: Sun May 10 12:45:34 2015 New Revision: 385949 URL: https://svnweb.freebsd.org/changeset/ports/385949 Log: - Fix --localstatedir: use /var instead of PREFIX/var - Bump PORTREVISION for package change Modified: head/devel/global/Makefile head/devel/global/pkg-plist Modified: head/devel/global/Makefile ============================================================================== --- head/devel/global/Makefile Sun May 10 12:45:29 2015 (r385948) +++ head/devel/global/Makefile Sun May 10 12:45:34 2015 (r385949) @@ -3,6 +3,7 @@ PORTNAME= global PORTVERSION= 6.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -14,7 +15,6 @@ LICENSE= GPLv3 OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" INSTALL_TARGET= install-strip USES= libtool perl5 Modified: head/devel/global/pkg-plist ============================================================================== --- head/devel/global/pkg-plist Sun May 10 12:45:29 2015 (r385948) +++ head/devel/global/pkg-plist Sun May 10 12:45:34 2015 (r385949) @@ -87,4 +87,4 @@ share/gtags/script/less-global share/gtags/script/pygments_parser.py share/gtags/style.css.tmpl share/gtags/vim74-gtags-cscope.patch -@dir var/gtags +@dir /var/gtags