From owner-svn-ports-all@freebsd.org Sat Aug 1 18:46:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD6A79B06A9 for ; Sat, 1 Aug 2015 18:46:36 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C95CB9D for ; Sat, 1 Aug 2015 18:46:36 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by ioea135 with SMTP id a135so113020710ioe.1 for ; Sat, 01 Aug 2015 11:46:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=u5HEi+5zyI9fKMj1+HD5HAKVuoKw9RMwnPOxmRpA/SI=; b=fpDs6Q8G94OhanWFIN89Lq/ZGrCSk41F2DJBP0CjEDZdp9ax5HpX6KxmlNRtm5JafN uFusBgTurPC6DgZij4qQa6BrMpUMuJATPBPxlJX6M/n33/5C9BWQaaAQY08Jimv00urP gWlSc4qXnibbKxUYlCJgMbMLXOFx1D+HCCCRdP0R/CNWKj+hfkohZhwBNBfYPGe30qVi sqTPT5eW+CDZv4DcI748U2u2bfRiflXIpzqXh/CeBnqHHAkSNHketGRyCEyI8EMAL6NH C8p7ORw2lnloz6A5/afM04Xtopu0hsqykEl8JLVzQuKGOfbTl3trKoA9qOESyBtScY9M sI3w== X-Gm-Message-State: ALoCoQn4XT8kwooiSmedsRO27uBE8mheIKJTePnpEaI/cf73RhV7Q4TaptVS6rHrVN2+ikA+Co00 MIME-Version: 1.0 X-Received: by 10.107.34.75 with SMTP id i72mr14365987ioi.56.1438454790532; Sat, 01 Aug 2015 11:46:30 -0700 (PDT) Received: by 10.50.195.199 with HTTP; Sat, 1 Aug 2015 11:46:30 -0700 (PDT) X-Originating-IP: [2600:1003:b004:a57b:1e2:64e5:a948:85ca] In-Reply-To: References: <201507291732.t6THWjqh052864@repo.freebsd.org> Date: Sat, 1 Aug 2015 14:46:30 -0400 Message-ID: Subject: Re: svn commit: r393188 - in head/ports-mgmt: . freebsd-bugzilla-cli From: "Philip M. Gollucci" To: Sunpoet Hsieh Cc: "Philip M. Gollucci" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 01 Aug 2015 18:46:36 -0000 Yeah I noticed. Will do. On Saturday, August 1, 2015, Sunpoet Hsieh wrote: > On Thu, Jul 30, 2015 at 1:32 AM, Philip M. Gollucci > wrote: > >> Author: pgollucci >> Date: Wed Jul 29 17:32:44 2015 >> New Revision: 393188 >> URL: https://svnweb.freebsd.org/changeset/ports/393188 >> >> Log: >> CLI utilities and wrappers for FreeBSD's bugzilla >> instance with emphasis on ports.Provides a consistent >> API which can have pluggable backends. >> >> WWW: https://github.com/pgollucci/freebsd-bugzilla-cli >> >> Added: >> head/ports-mgmt/freebsd-bugzilla-cli/ >> head/ports-mgmt/freebsd-bugzilla-cli/Makefile (contents, props >> changed) >> head/ports-mgmt/freebsd-bugzilla-cli/distinfo (contents, props >> changed) >> head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr (contents, props >> changed) >> head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist (contents, props >> changed) >> Modified: >> head/ports-mgmt/Makefile >> >> Modified: head/ports-mgmt/Makefile >> >> ============================================================================== >> --- head/ports-mgmt/Makefile Wed Jul 29 17:01:43 2015 (r393187) >> +++ head/ports-mgmt/Makefile Wed Jul 29 17:32:44 2015 (r393188) >> @@ -10,6 +10,7 @@ >> SUBDIR += distilator >> SUBDIR += fastest_sites >> SUBDIR += fbsdmon >> + SUBDIR += freebsd-bugzilla-cli >> SUBDIR += genpatch >> SUBDIR += genplist >> SUBDIR += hs-porte >> >> Added: head/ports-mgmt/freebsd-bugzilla-cli/Makefile >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Wed Jul 29 >> 17:32:44 2015 (r393188) >> @@ -0,0 +1,29 @@ >> +# Created by: Philip M. Gollucci > > >> +# $FreeBSD$ >> + >> +PORTNAME= freebsd-bugzilla-cli >> +PORTVERSION= 0.0.1 >> +CATEGORIES= ports-mgmt >> +MASTER_SITES= GH >> + >> +MAINTAINER= pgollucci@FreeBSD.org >> +COMMENT= Interact with the FreeBSD bugzilla instance >> + >> +LICENSE= APACHE20 >> + >> +OPTIONS_GROUP= BACKEND >> +OPTIONS_GROUP_BACKEND= PYBUGZ >> > > Unless you have more backend options, it seems "OPTIONS_DEFINE=PYBUGZ" is > enough. > > >> +OPTIONS_SET= PYBUGZ >> > > OPTIONS_SET is designed for users (make.conf). > Please use "OPTIONS_DEFAULT=PYBUGZ" here. > > Regards, > sunpoet > > +OPTIONS_SUB= yes >> + >> +PYBUGZ_DESC= use devel/pybugz for bugzilla interface >> +PYBUGZ_RUN_DEPENDS= bugz:${PORTSDIR}/devel/pybugz >> + >> +DATADIR= ${PREFIX}/share/bz >> + >> +USE_GITHUB= yes >> +GH_ACCOUNT= pgollucci >> + >> +NO_BUILD= yes >> + >> +.include >> >> Added: head/ports-mgmt/freebsd-bugzilla-cli/distinfo >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo Wed Jul 29 >> 17:32:44 2015 (r393188) >> @@ -0,0 +1,2 @@ >> +SHA256 (pgollucci-freebsd-bugzilla-cli-0.0.1_GH0.tar.gz) = >> fa86e4435cc2183d9bb574a7b0ff0d20ea1ea4a11298e1a9eabfd93efe97054b >> +SIZE (pgollucci-freebsd-bugzilla-cli-0.0.1_GH0.tar.gz) = 2410 >> >> Added: head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr Wed Jul 29 >> 17:32:44 2015 (r393188) >> @@ -0,0 +1,4 @@ >> +CLI utilities and wrappers for FreeBSD's bugzilla instance with emphasis >> on >> +ports. Provides a consistent API which can have pluggable backends. >> + >> +WWW: https://github.com/pgollucci/freebsd-bugzilla-cli >> >> Added: head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Wed Jul 29 >> 17:32:44 2015 (r393188) >> @@ -0,0 +1,11 @@ >> +%%DATADIR%%/close.sh >> +%%DATADIR%%/help.sh >> +%%DATADIR%%/inprog.sh >> +%%DATADIR%%/login.sh >> +%%DATADIR%%/take.sh >> +%%DATADIR%%/version.sh >> +%%PYBUGZ%%%%DATADIR%%/pybugz/close.sh >> +%%PYBUGZ%%%%DATADIR%%/pybugz/inprog.sh >> +%%PYBUGZ%%%%DATADIR%%/pybugz/login.sh >> +%%PYBUGZ%%%%DATADIR%%/pybugz/take.sh >> +bin/bz >> _______________________________________________ >> svn-ports-all@freebsd.org >> mailing list >> http://lists.freebsd.org/mailman/listinfo/svn-ports-all >> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org >> " > > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you.