From owner-svn-ports-all@FreeBSD.ORG Sun Oct 6 17:53:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7160698E; Sun, 6 Oct 2013 17:53:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 446332709; Sun, 6 Oct 2013 17:53:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HrnuZ002744; Sun, 6 Oct 2013 17:53:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r96Hrmkh002741; Sun, 6 Oct 2013 17:53:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310061753.r96Hrmkh002741@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Oct 2013 17:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329610 - head/multimedia/libquvi-scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:53:49 -0000 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 - -.if ${PORT_OPTIONS:MNSFW} -CONFIGURE_ARGS+=--with-nsfw -PLIST_SUB+= NSFW="" -.else -PLIST_SUB+= NSFW="@comment " -.endif +NSFW_CONFIGURE_ARGS= --with-nsfw .include 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