svn commit: r302402 - head/sysutils/tarsnap

Colin Percival cperciva at FreeBSD.org
Sat Aug 11 05:39:56 UTC 2012


Author: cperciva
Date: Sat Aug 11 05:39:55 2012
New Revision: 302402
URL: http://svn.freebsd.org/changeset/ports/302402

Log:
  Update to 1.0.33.
  
  Migrate to OptionsNG.

Modified:
  head/sysutils/tarsnap/Makefile
  head/sysutils/tarsnap/distinfo

Modified: head/sysutils/tarsnap/Makefile
==============================================================================
--- head/sysutils/tarsnap/Makefile	Fri Aug 10 20:29:30 2012	(r302401)
+++ head/sysutils/tarsnap/Makefile	Sat Aug 11 05:39:55 2012	(r302402)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tarsnap
-PORTVERSION=	1.0.31
+PORTVERSION=	1.0.33
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.tarsnap.com/download-http/
 DISTNAME=	${PORTNAME}-autoconf-${PORTVERSION}
@@ -24,11 +24,12 @@ MAN1=		tarsnap.1 tarsnap-keygen.1 tarsna
 		tarsnap-keyregen.1 tarsnap-recrypt.1
 MAN5=		tarsnap.conf.5
 
-OPTIONS=	SSE2 "Use SSE2-optimized code" Off
+OPTIONS_DEFINE=	SSE2
+SSE2_DESC=	Use SSE2-optimized code
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_SSE2)
+.if ${PORT_OPTIONS:MSSE2}
 CONFIGURE_ARGS+=	--enable-sse2
 CFLAGS+=		-msse2
 .else

Modified: head/sysutils/tarsnap/distinfo
==============================================================================
--- head/sysutils/tarsnap/distinfo	Fri Aug 10 20:29:30 2012	(r302401)
+++ head/sysutils/tarsnap/distinfo	Sat Aug 11 05:39:55 2012	(r302402)
@@ -1,2 +1,2 @@
-SHA256 (tarsnap-autoconf-1.0.31.tgz) = 3b461e1e76b92c1538a6322d8dbaa8e5285dae2029b4470357cb57e321625d95
-SIZE (tarsnap-autoconf-1.0.31.tgz) = 563896
+SHA256 (tarsnap-autoconf-1.0.33.tgz) = 0c0d825a8c9695fc8d44c5d8c3cd17299c248377c9c7b91fdb49d73e54ae0b7d
+SIZE (tarsnap-autoconf-1.0.33.tgz) = 569831



More information about the svn-ports-head mailing list