diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-21 16:24:28 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-21 16:24:28 +0000 |
| commit | a95f238eace484f5df54a30b885f2c4b05f6bc06 (patch) | |
| tree | 637d44b04124550afb0c9bcfe221be3b067d37d9 /comms/chirp | |
| parent | 4048bc3ee4781c79819687b1d4129a6f6e1a8238 (diff) | |
Notes
Diffstat (limited to 'comms/chirp')
| -rw-r--r-- | comms/chirp/Makefile | 11 | ||||
| -rw-r--r-- | comms/chirp/distinfo | 6 | ||||
| -rw-r--r-- | comms/chirp/pkg-descr | 2 |
3 files changed, 9 insertions, 10 deletions
diff --git a/comms/chirp/Makefile b/comms/chirp/Makefile index 05034dee6580..9cd0c3809d2a 100644 --- a/comms/chirp/Makefile +++ b/comms/chirp/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= chirp -PORTVERSION= 0.4.1.2017.02.22 +DISTVERSION= 0.4.1.2018.09.06 CATEGORIES= comms hamradio -MASTER_SITES= http://trac.chirp.danplanet.com/chirp_daily/daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g}/ \ - LOCAL/db +MASTER_SITES= https://trac.chirp.danplanet.com/chirp_daily/daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g}/ DISTNAME= ${PORTNAME}-daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g} MAINTAINER= hamradio@FreeBSD.org @@ -13,13 +12,13 @@ COMMENT= Free, open-source tool for programming your amateur radio LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${CHIRP_DEPENDS} -RUN_DEPENDS= ${CHIRP_DEPENDS} -CHIRP_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= desktop-file-utils gettext python:2.7 USE_PYTHON= distutils autoplist +NO_ARCH= yes .include <bsd.port.mk> diff --git a/comms/chirp/distinfo b/comms/chirp/distinfo index ab119f3eef11..2d5d51e77f34 100644 --- a/comms/chirp/distinfo +++ b/comms/chirp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488505504 -SHA256 (chirp-daily-20170222.tar.gz) = 5a889e79d5a3a1961f6d5a166d930f642e34b6aab8e80e0cf987dc06c64300f3 -SIZE (chirp-daily-20170222.tar.gz) = 668028 +TIMESTAMP = 1537546528 +SHA256 (chirp-daily-20180906.tar.gz) = 553db776ee505743c8eaea9def986199cce34f6857501764f8865c9150099801 +SIZE (chirp-daily-20180906.tar.gz) = 777421 diff --git a/comms/chirp/pkg-descr b/comms/chirp/pkg-descr index d23729972cbb..6c2c1bd13f1a 100644 --- a/comms/chirp/pkg-descr +++ b/comms/chirp/pkg-descr @@ -2,4 +2,4 @@ CHIRP is a free, open-source tool for programming your amateur radio. It supports a large number of manufacturers and models, as well as provides a way to interface with multiple data sources and formats. -WWW: http://chirp.danplanet.com/projects/chirp +WWW: https://chirp.danplanet.com/projects/chirp |
