Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2013 09:48:08 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310822 - head/security/oath-toolkit
Message-ID:  <201301220948.r0M9m8Iw099792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Tue Jan 22 09:48:07 2013
New Revision: 310822
URL: http://svnweb.freebsd.org/changeset/ports/310822

Log:
  Update to 2.0.2 release.

Modified:
  head/security/oath-toolkit/Makefile
  head/security/oath-toolkit/distinfo

Modified: head/security/oath-toolkit/Makefile
==============================================================================
--- head/security/oath-toolkit/Makefile	Tue Jan 22 09:45:55 2013	(r310821)
+++ head/security/oath-toolkit/Makefile	Tue Jan 22 09:48:07 2013	(r310822)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oath-toolkit
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -97,7 +97,7 @@ PLIST_SUB+=	PSKC="@comment "
 .endif
 
 post-patch:
-.if defined(NOPORTDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} 's|install-data-am: install-data-local|install-data-am:|' \
 		${WRKSRC}/liboath/gtk-doc/Makefile.in \
 		${WRKSRC}/libpskc/gtk-doc/Makefile.in
@@ -107,7 +107,7 @@ post-patch:
 		${WRKSRC}/libpskc/gtk-doc/Makefile.in
 .endif
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 post-install:
 .for f in ${DOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/

Modified: head/security/oath-toolkit/distinfo
==============================================================================
--- head/security/oath-toolkit/distinfo	Tue Jan 22 09:45:55 2013	(r310821)
+++ head/security/oath-toolkit/distinfo	Tue Jan 22 09:48:07 2013	(r310822)
@@ -1,2 +1,2 @@
-SHA256 (oath-toolkit-2.0.1.tar.gz) = d267055979a3d41e36fb36f193aa9e43832d64e1555b4d2efc6d28083ac40988
-SIZE (oath-toolkit-2.0.1.tar.gz) = 3926095
+SHA256 (oath-toolkit-2.0.2.tar.gz) = 2951ebc2a3e9a03333618ceda7fe2c00e16f880255d3d4f48068cd8164715944
+SIZE (oath-toolkit-2.0.2.tar.gz) = 3946021



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301220948.r0M9m8Iw099792>