From owner-svn-ports-head@FreeBSD.ORG Tue Dec 11 04:14:38 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AED20F20; Tue, 11 Dec 2012 04:14:38 +0000 (UTC) (envelope-from ume@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 7AF8E8FC08; Tue, 11 Dec 2012 04:14:38 +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 qBB4EclR093243; Tue, 11 Dec 2012 04:14:38 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBB4Ec92093239; Tue, 11 Dec 2012 04:14:38 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201212110414.qBB4Ec92093239@svn.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 11 Dec 2012 04:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308659 - in head/security/cyrus-sasl2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 04:14:38 -0000 Author: ume Date: Tue Dec 11 04:14:37 2012 New Revision: 308659 URL: http://svnweb.freebsd.org/changeset/ports/308659 Log: Commit the patch that was forgotten when my previous commit. Pointy hat to: ume Added: head/security/cyrus-sasl2/files/patch-Makefile.in (contents, props changed) Modified: head/security/cyrus-sasl2/Makefile Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Tue Dec 11 03:45:55 2012 (r308658) +++ head/security/cyrus-sasl2/Makefile Tue Dec 11 04:14:37 2012 (r308659) @@ -2,7 +2,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.26 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ Added: head/security/cyrus-sasl2/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cyrus-sasl2/files/patch-Makefile.in Tue Dec 11 04:14:37 2012 (r308659) @@ -0,0 +1,13 @@ +Index: Makefile.in +diff -u Makefile.in.orig Makefile.in +--- Makefile.in.orig 2012-11-07 04:21:39.000000000 +0900 ++++ Makefile.in 2012-11-21 02:47:44.864249361 +0900 +@@ -357,7 +357,7 @@ + EXTRA_DIST = config cmulocal win32 mac dlcompat-20010505 NTMakefile INSTALL.TXT \ + libsasl2.pc.in + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = libsasl2.pc + framedir = /Library/Frameworks/SASL2.framework + all: config.h