mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Update to 1.1.1
- Support for python3 [1] - Specify LICENSE_FILE since it's available in the distfile [1] Requested by: sunpoet [1]
This commit is contained in:
parent
4d6002ac38
commit
695b6582cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478535
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= distilator
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= https://critical.ch/distilator/ \
|
||||
LOCAL/ehaupt
|
||||
@ -11,6 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Command-line script to check the availability of a ports distfiles
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4_1:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-ftp>=0.3.1:ftp/py-requests-ftp@${PY_FLAVOR}
|
||||
@ -20,5 +21,6 @@ NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/distilator
|
||||
SHEBANG_FILES= distilator.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1535469016
|
||||
SHA256 (distilator-1.1.tar.gz) = 7a519ee86a1a045b6df8c22147b875389eb6e693520ed6c41d1e4d6ce1cd1462
|
||||
SIZE (distilator-1.1.tar.gz) = 3289
|
||||
TIMESTAMP = 1535706294
|
||||
SHA256 (distilator-1.1.1.tar.gz) = beb0061b3cdcc496319af9f862ed0cfd87f8fdccbf291d4ae37190a14df4bb40
|
||||
SIZE (distilator-1.1.1.tar.gz) = 3316
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.orig 2018-08-28 07:45:48 UTC
|
||||
+++ Makefile
|
||||
@@ -8,7 +8,7 @@ all:
|
||||
|
||||
install:
|
||||
@mkdir -p ${DESTDIR}${PREFIX}/bin
|
||||
- install -o root -g wheel -m 0555 distilator.py ${DESTDIR}${PREFIX}/bin/distilator
|
||||
+ install distilator.py ${DESTDIR}${PREFIX}/bin/distilator
|
||||
|
||||
deinstall:
|
||||
rm -f ${DESTDIR}${PREFIX}/bin/distilator
|
Loading…
Reference in New Issue
Block a user