Skip to content

Commit

Permalink
ports-mgmt/distilator: Update to 1.4
Browse files Browse the repository at this point in the history
This version has improved url validation.

PR:		258389 (based on)
Reported by:	yuri
  • Loading branch information
ehaupt committed Sep 10, 2021
1 parent 1e0341d commit efc2290
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 46 deletions.
10 changes: 5 additions & 5 deletions ports-mgmt/distilator/Makefile
@@ -1,8 +1,7 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME= distilator
PORTVERSION= 1.3
PORTREVISION= 1
PORTVERSION= 1.4
CATEGORIES= ports-mgmt
MASTER_SITES= https://critical.ch/distilator/ \
LOCAL/ehaupt
Expand All @@ -13,15 +12,16 @@ 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}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-ftp>=0.3.1:ftp/py-requests-ftp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.18.4_1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}validators>=0.18:devel/py-validators@${PY_FLAVOR}

USES= python shebangfix
SHEBANG_FILES= distilator.py

NO_ARCH= yes
NO_BUILD= yes

PLIST_FILES= bin/distilator
SHEBANG_FILES= distilator.py

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions ports-mgmt/distilator/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1595061055
SHA256 (distilator-1.3.tar.gz) = 67cb3323fb06ff18efbcbe90824c1c41ae19d8bb8e61751c67b6d8aa0003a369
SIZE (distilator-1.3.tar.gz) = 3836
TIMESTAMP = 1631289688
SHA256 (distilator-1.4.tar.gz) = 53e9e7deabea4cb10a511b37fa1f05e5ba833b2977e0ec5a3514ca941d22c33c
SIZE (distilator-1.4.tar.gz) = 3824
38 changes: 0 additions & 38 deletions ports-mgmt/distilator/files/patch-distilator.py

This file was deleted.

0 comments on commit efc2290

Please sign in to comment.