svn commit: r361006 - in head/security/oath-toolkit: . files

Tijl Coosemans tijl at FreeBSD.org
Sun Jul 6 20:34:04 UTC 2014


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 at 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


More information about the svn-ports-all mailing list