Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 17:53:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329610 - head/multimedia/libquvi-scripts
Message-ID:  <201310061753.r96Hrmkh002741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  6 17:53:48 2013
New Revision: 329610
URL: http://svnweb.freebsd.org/changeset/ports/329610

Log:
  - Update to 0.4.19
  - Convert to new OPTIONS helper
  - Support STAGEDIR
  - Cosmetic change
  
  Changes:	http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS

Modified:
  head/multimedia/libquvi-scripts/Makefile
  head/multimedia/libquvi-scripts/distinfo
  head/multimedia/libquvi-scripts/pkg-plist

Modified: head/multimedia/libquvi-scripts/Makefile
==============================================================================
--- head/multimedia/libquvi-scripts/Makefile	Sun Oct  6 17:45:15 2013	(r329609)
+++ head/multimedia/libquvi-scripts/Makefile	Sun Oct  6 17:53:48 2013	(r329610)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libquvi-scripts
-PORTVERSION=	0.4.18
+PORTVERSION=	0.4.19
 CATEGORIES=	multimedia devel
 MASTER_SITES=	SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
 		GOOGLE_CODE
@@ -13,27 +13,18 @@ COMMENT=	Embedded lua scripts for libquv
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
 
+PORTSCOUT=	limit:0.4.[0-9]*
+
 OPTIONS_DEFINE=	NSFW
+OPTIONS_SUB=	yes
 NSFW_DESC=	Enable adult website support
 
 GNU_CONFIGURE=	yes
 USE_XZ=		yes
 USES=		pathfix
 
-MAN7=		libquvi-scripts.7
-
 PROJECTHOST=	quvi
 
-PORTSCOUT=	limit:0.4.[0-9]*
-
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNSFW}
-CONFIGURE_ARGS+=--with-nsfw
-PLIST_SUB+=	NSFW=""
-.else
-PLIST_SUB+=	NSFW="@comment "
-.endif
+NSFW_CONFIGURE_ARGS=	--with-nsfw
 
 .include <bsd.port.mk>

Modified: head/multimedia/libquvi-scripts/distinfo
==============================================================================
--- head/multimedia/libquvi-scripts/distinfo	Sun Oct  6 17:45:15 2013	(r329609)
+++ head/multimedia/libquvi-scripts/distinfo	Sun Oct  6 17:53:48 2013	(r329610)
@@ -1,2 +1,2 @@
-SHA256 (libquvi-scripts-0.4.18.tar.xz) = be2764a6a786eb2d28c9d17069f28f9370f82a908ef99a766793cf4c5e4ee4e3
-SIZE (libquvi-scripts-0.4.18.tar.xz) = 118380
+SHA256 (libquvi-scripts-0.4.19.tar.xz) = 0681fc601175129f7ff4f87a2f8c76520fc59fb6cdf9572f8a24ed621e47d50f
+SIZE (libquvi-scripts-0.4.19.tar.xz) = 118220

Modified: head/multimedia/libquvi-scripts/pkg-plist
==============================================================================
--- head/multimedia/libquvi-scripts/pkg-plist	Sun Oct  6 17:45:15 2013	(r329609)
+++ head/multimedia/libquvi-scripts/pkg-plist	Sun Oct  6 17:53:48 2013	(r329610)
@@ -64,6 +64,7 @@ libdata/pkgconfig/libquvi-scripts.pc
 %%NSFW%%%%DATADIR%%/lua/website/youjizz.lua
 %%DATADIR%%/lua/website/youtube.lua
 %%DATADIR%%/version
+man/man7/libquvi-scripts.7.gz
 @dirrm %%DATADIR%%/lua/website/quvi
 @dirrm %%DATADIR%%/lua/website
 @dirrm %%DATADIR%%/lua/util



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