- Update to 4.3 - Add LICENSE and LICENSE_FILE - Remove whitespace Port maintainer (ayu@commun.jp) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Maintainer of devel/py-simpletal, Please note that PR ports/168566 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168566 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
sorry for late response. i approve this patch. Thanks! 2012/6/9 Edwin Groothuis <edwin@freebsd.org>: > Maintainer of devel/py-simpletal, > > Please note that PR ports/168566 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/168566 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
State Changed From-To: feedback->closed Committed. Thanks!
Author: miwi Date: Sun Aug 5 05:54:51 2012 New Revision: 302066 URL: http://svn.freebsd.org/changeset/ports/302066 Log: - Update to 4.3 PR: 168566 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer Modified: head/net-mgmt/fetchconfig/Makefile head/net-mgmt/fetchconfig/distinfo head/net-mgmt/fetchconfig/pkg-plist Modified: head/net-mgmt/fetchconfig/Makefile ============================================================================== --- head/net-mgmt/fetchconfig/Makefile Sun Aug 5 05:38:12 2012 (r302065) +++ head/net-mgmt/fetchconfig/Makefile Sun Aug 5 05:54:51 2012 (r302066) @@ -6,13 +6,16 @@ # PORTNAME= fetchconfig -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= net-mgmt MASTER_SITES= SAVANNAH MAINTAINER= salexanov@gmail.com COMMENT= Perl script for retrieving configuration of various network devices +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -24,12 +27,9 @@ MODULES= model/Abstract.pm model/CiscoCA model/Parks.pm model/ProCurve.pm model/Riverstone.pm \ model/DmSwitch.pm model/Terayon.pm Constants.pm Logger.pm \ model/3ComMSR.pm model/CiscoASA.pm model/MikroTik.pm \ - model/CiscoPIX.pm + model/CiscoPIX.pm model/JunOS.pm model/TellabsMSR.pm PORTDOCS= CHANGES README device_table.example -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - post-patch: @${REINPLACE_CMD} -e '1s|.*|#!${PERL} -w|' ${WRKSRC}/${PORTNAME}.pl Modified: head/net-mgmt/fetchconfig/distinfo ============================================================================== --- head/net-mgmt/fetchconfig/distinfo Sun Aug 5 05:38:12 2012 (r302065) +++ head/net-mgmt/fetchconfig/distinfo Sun Aug 5 05:54:51 2012 (r302066) @@ -1,2 +1,2 @@ -SHA256 (fetchconfig-0.21.tar.gz) = f4ec9353a122205fe313fb3ebb83764142b4f05ec948817b82ddd7ae13bf2cbb -SIZE (fetchconfig-0.21.tar.gz) = 26497 +SHA256 (fetchconfig-0.22.tar.gz) = 411b3d0c8988cd754e515d2fd9b79644a7f2cecaddfb2f2f67b2e696d2b0900b +SIZE (fetchconfig-0.22.tar.gz) = 27374 Modified: head/net-mgmt/fetchconfig/pkg-plist ============================================================================== --- head/net-mgmt/fetchconfig/pkg-plist Sun Aug 5 05:38:12 2012 (r302065) +++ head/net-mgmt/fetchconfig/pkg-plist Sun Aug 5 05:54:51 2012 (r302066) @@ -9,10 +9,12 @@ bin/fetchconfig %%SITE_PERL%%/fetchconfig/model/Detector.pm %%SITE_PERL%%/fetchconfig/model/DmSwitch.pm %%SITE_PERL%%/fetchconfig/model/FortiGate.pm +%%SITE_PERL%%/fetchconfig/model/JunOS.pm %%SITE_PERL%%/fetchconfig/model/MikroTik.pm %%SITE_PERL%%/fetchconfig/model/Parks.pm %%SITE_PERL%%/fetchconfig/model/ProCurve.pm %%SITE_PERL%%/fetchconfig/model/Riverstone.pm +%%SITE_PERL%%/fetchconfig/model/TellabsMSR.pm %%SITE_PERL%%/fetchconfig/model/Terayon.pm %%SITE_PERL%%/fetchconfig/Constants.pm %%SITE_PERL%%/fetchconfig/Logger.pm _______________________________________________ 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"
Author: miwi Date: Sun Aug 5 06:00:35 2012 New Revision: 302068 URL: http://svn.freebsd.org/changeset/ports/302068 Log: - Update to 4.3 PR: 168566 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer timeout Modified: head/devel/py-simpletal/Makefile head/devel/py-simpletal/distinfo Modified: head/devel/py-simpletal/Makefile ============================================================================== --- head/devel/py-simpletal/Makefile Sun Aug 5 05:56:37 2012 (r302067) +++ head/devel/py-simpletal/Makefile Sun Aug 5 06:00:35 2012 (r302068) @@ -6,14 +6,17 @@ # PORTNAME= simpletal -PORTVERSION= 4.2 +PORTVERSION= 4.3 CATEGORIES= devel textproc www python MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SimpleTAL-${PORTVERSION} MAINTAINER= ayu@commun.jp -COMMENT= Stand alone TAL Python implementation to power HTML & XML templates +COMMENT= Stand alone TAL Python implementation to power HTML & XML templates + +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/devel/py-simpletal/distinfo ============================================================================== --- head/devel/py-simpletal/distinfo Sun Aug 5 05:56:37 2012 (r302067) +++ head/devel/py-simpletal/distinfo Sun Aug 5 06:00:35 2012 (r302068) @@ -1,2 +1,2 @@ -SHA256 (SimpleTAL-4.2.tar.gz) = 3f2983773382491c981e8f621094be4ea4e202336c96f81f9a1f7305e4b2eb08 -SIZE (SimpleTAL-4.2.tar.gz) = 96011 +SHA256 (SimpleTAL-4.3.tar.gz) = 359b1654e9de136f4ad873de6729c39a499d2bb749fe539e17567ebba215fa2b +SIZE (SimpleTAL-4.3.tar.gz) = 92856 _______________________________________________ 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"