From owner-svn-ports-all@FreeBSD.ORG Sun Jul 6 20:34:04 2014 Return-Path: Delivered-To: svn-ports-all@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 0DC8DC50; Sun, 6 Jul 2014 20:34:04 +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 D521F2333; Sun, 6 Jul 2014 20:34:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s66KY3Dx008437; Sun, 6 Jul 2014 20:34:03 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s66KY3Z3008434; Sun, 6 Jul 2014 20:34:03 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407062034.s66KY3Z3008434@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 6 Jul 2014 20:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361006 - in head/security/oath-toolkit: . 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-all@freebsd.org X-Mailman-Version: 2.1.18 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, 06 Jul 2014 20:34:04 -0000 Author: tijl Date: Sun Jul 6 20:34:03 2014 New Revision: 361006 URL: http://svnweb.freebsd.org/changeset/ports/361006 QAT: https://qat.redports.org/buildarchive/r361006/ Log: - Add USES=libtool - Replace post-patch command with configure argument - Replace two patches with post-patch command Deleted: head/security/oath-toolkit/files/ Modified: head/security/oath-toolkit/Makefile head/security/oath-toolkit/pkg-plist Modified: head/security/oath-toolkit/Makefile ============================================================================== --- head/security/oath-toolkit/Makefile Sun Jul 6 20:29:09 2014 (r361005) +++ head/security/oath-toolkit/Makefile Sun Jul 6 20:34:03 2014 (r361006) @@ -3,7 +3,7 @@ PORTNAME= oath-toolkit PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -11,8 +11,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ale@FreeBSD.org COMMENT= Library, tools, and PAM module for OATH authentication -USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_DEFINE= PSKC DOCS @@ -31,9 +32,9 @@ DOCS= AUTHORS ChangeLog NEWS README PORTDOCS= * post-patch: - @${REINPLACE_CMD} 's|@HTML_DIR@|${DOCSDIR}|' \ - ${WRKSRC}/liboath/gtk-doc/Makefile.in \ - ${WRKSRC}/libpskc/gtk-doc/Makefile.in + @${REINPLACE_CMD} '/^Makefile.gdoc:/s,$$(top_builddir)/configure,,' \ + ${WRKSRC}/liboath/man/Makefile.in \ + ${WRKSRC}/libpskc/man/Makefile.in post-install: .for f in ${DOCS} Modified: head/security/oath-toolkit/pkg-plist ============================================================================== --- head/security/oath-toolkit/pkg-plist Sun Jul 6 20:29:09 2014 (r361005) +++ head/security/oath-toolkit/pkg-plist Sun Jul 6 20:34:03 2014 (r361006) @@ -10,14 +10,13 @@ include/liboath/oath.h %%PSKC%%include/pskc/pskc.h %%PSKC%%include/pskc/version.h lib/liboath.a -lib/liboath.la lib/liboath.so -lib/liboath.so.1 +lib/liboath.so.0 +lib/liboath.so.0.1.3 %%PSKC%%lib/libpskc.a -%%PSKC%%lib/libpskc.la %%PSKC%%lib/libpskc.so %%PSKC%%lib/libpskc.so.0 -lib/security/pam_oath.la +%%PSKC%%lib/libpskc.so.0.0.1 lib/security/pam_oath.so libdata/pkgconfig/liboath.pc %%PSKC%%libdata/pkgconfig/libpskc.pc