Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 16:24:28 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480284 - head/comms/chirp
Message-ID:  <201809211624.w8LGOSn8050259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Sep 21 16:24:28 2018
New Revision: 480284
URL: https://svnweb.freebsd.org/changeset/ports/480284

Log:
  comms/chirp: 0.4.1.2017.02.22 -> 0.4.1.2018.09.06
  
  Differential Revision:	D17272

Modified:
  head/comms/chirp/Makefile
  head/comms/chirp/distinfo
  head/comms/chirp/pkg-descr

Modified: head/comms/chirp/Makefile
==============================================================================
--- head/comms/chirp/Makefile	Fri Sep 21 16:11:53 2018	(r480283)
+++ head/comms/chirp/Makefile	Fri Sep 21 16:24:28 2018	(r480284)
@@ -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 a
 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>

Modified: head/comms/chirp/distinfo
==============================================================================
--- head/comms/chirp/distinfo	Fri Sep 21 16:11:53 2018	(r480283)
+++ head/comms/chirp/distinfo	Fri Sep 21 16:24:28 2018	(r480284)
@@ -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

Modified: head/comms/chirp/pkg-descr
==============================================================================
--- head/comms/chirp/pkg-descr	Fri Sep 21 16:11:53 2018	(r480283)
+++ head/comms/chirp/pkg-descr	Fri Sep 21 16:24:28 2018	(r480284)
@@ -2,4 +2,4 @@ CHIRP is a free, open-source tool for programming your
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809211624.w8LGOSn8050259>