svn commit: r310822 - head/security/oath-toolkit
Alex Dupre
ale at FreeBSD.org
Tue Jan 22 09:48:08 UTC 2013
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
More information about the svn-ports-head
mailing list