svn commit: r388645 - head/science/py-ws2300
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 5 21:10:49 UTC 2015
Author: amdmi3
Date: Fri Jun 5 21:10:48 2015
New Revision: 388645
URL: https://svnweb.freebsd.org/changeset/ports/388645
Log:
- Add missing files to plist
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/science/py-ws2300/Makefile
Modified: head/science/py-ws2300/Makefile
==============================================================================
--- head/science/py-ws2300/Makefile Fri Jun 5 21:10:33 2015 (r388644)
+++ head/science/py-ws2300/Makefile Fri Jun 5 21:10:48 2015 (r388645)
@@ -3,6 +3,7 @@
PORTNAME= ws2300
PORTVERSION= 1.9
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}-1
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +12,13 @@ MAINTAINER= stb at lassitu.de
COMMENT= Driver for the LaCrosse WS-2300 weather station
LICENSE= AGPLv3
+LICENSE_FILE= ${WRKSRC}/agpl-3.0.txt
USES= python:2
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+PLIST_FILES= bin/ws2300 man/man1/ws2300.1.gz
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/ws2300 ${STAGEDIR}${PREFIX}/bin/ws2300
More information about the svn-ports-all
mailing list