From owner-svn-ports-all@FreeBSD.ORG Thu May 29 05:11:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBA2E68E; Thu, 29 May 2014 05:11:18 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD0A02C2C; Thu, 29 May 2014 05:11:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4T5BIP2084773; Thu, 29 May 2014 05:11:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4T5BIwe084769; Thu, 29 May 2014 05:11:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405290511.s4T5BIwe084769@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 29 May 2014 05:11:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355664 - head/science/py-ws2300 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.18 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: Thu, 29 May 2014 05:11:19 -0000 Author: sunpoet Date: Thu May 29 05:11:17 2014 New Revision: 355664 URL: http://svnweb.freebsd.org/changeset/ports/355664 QAT: https://qat.redports.org/buildarchive/r355664/ Log: - Update to 1.9 - Update MASTER_SITES [1] - Add LICENSE - Use PYDISTUTILS_AUTOPLIST instead of PLIST - Update WWW [1] - While I'm here, fix USE_PYTHON PR: ports/190274 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Stefan Bethke (maintainer) [1] Approved by: Stefan Bethke (maintainer) Deleted: head/science/py-ws2300/pkg-plist Modified: head/science/py-ws2300/Makefile head/science/py-ws2300/distinfo head/science/py-ws2300/pkg-descr Modified: head/science/py-ws2300/Makefile ============================================================================== --- head/science/py-ws2300/Makefile Thu May 29 03:27:41 2014 (r355663) +++ head/science/py-ws2300/Makefile Thu May 29 05:11:17 2014 (r355664) @@ -2,24 +2,22 @@ # $FreeBSD$ PORTNAME= ws2300 -PORTVERSION= 1.7 +PORTVERSION= 1.9 CATEGORIES= science python -MASTER_SITES= http://ace-host.stuart.id.au/russell/files/ws2300/ \ - http://www.transit.hanse.de/mirror/ace-host.stuart.id.au/russell/files/ws2300/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}-1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= stb@lassitu.de COMMENT= Driver for the LaCrosse WS-2300 weather station -USE_PYTHON= yes -USE_PYDISTUTILS= yes +LICENSE= AGPLv3 -MAN1= ws2300.1 +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes post-install: - #@${LN} -sf ${PYTHONPREFIX_SITELIBDIR}/ws2300.py ${PREFIX}/bin/ws2300 - @${INSTALL_SCRIPT} ${FILESDIR}/ws2300 ${PREFIX}/bin/ws2300 - @${INSTALL_MAN} ${WRKSRC}/ws2300.1 ${PREFIX}/man/man1/ + ${INSTALL_SCRIPT} ${FILESDIR}/ws2300 ${STAGEDIR}${PREFIX}/bin/ws2300 + ${INSTALL_MAN} ${WRKSRC}/ws2300.1 ${STAGEDIR}${PREFIX}/man/man1/ .include Modified: head/science/py-ws2300/distinfo ============================================================================== --- head/science/py-ws2300/distinfo Thu May 29 03:27:41 2014 (r355663) +++ head/science/py-ws2300/distinfo Thu May 29 05:11:17 2014 (r355664) @@ -1,2 +1,2 @@ -SHA256 (ws2300-1.7.tar.gz) = c5ddc2dcf2750a91d8dfcdce0e06224ab66218071654d16cbd3b7d91a1e5c2e7 -SIZE (ws2300-1.7.tar.gz) = 71114 +SHA256 (ws2300-1.9.tar.gz) = e55e089e2fdc3e365ef4fec53d1480fa1bdf49c0edab449fc3e745a72d747e14 +SIZE (ws2300-1.9.tar.gz) = 73257 Modified: head/science/py-ws2300/pkg-descr ============================================================================== --- head/science/py-ws2300/pkg-descr Thu May 29 03:27:41 2014 (r355663) +++ head/science/py-ws2300/pkg-descr Thu May 29 05:11:17 2014 (r355664) @@ -2,4 +2,4 @@ Ws2300 manipulates the LaCrosse WS-2300 interface. It can read and write values, and can continuously log data from WS-2300 to a file or SQL database. -WWW: http://ace-host.stuart.id.au/russell/files/ws2300/ +WWW: http://ws2300.sourceforge.net