- Add LICENSE
- Build using stage - update to 0.3.1 This update against 0.3.0 contains only fixes against 0.3.0. Users on 0.3.0 should update immediately. Users of the daily versions should not use this version as it contains only fixes against the stable version. The changes are: Increase max split in import logic to 15MHz (#185) FT817 settings fixes (#435) Fix serial port sorting on Win32 (#549) Shift and delete fixes (#541) VX8 bank membership fixes (#543 and #685) Fix "hide unused fields" when no radio is open (#667) TH-D72 fixes for corrupt memory (#697) Fixes for copy/paste with empty memories (#769)
This commit is contained in:
parent
18efa609ed
commit
2a5af251ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337806
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= chirp
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
@ -10,24 +10,21 @@ MASTER_SITE_SUBDIR= db
|
||||
MAINTAINER= db@FreeBSD.org
|
||||
COMMENT= Chirp is a free, open-source tool for programming your amateur radio
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/serial:${PORTSDIR}/comms/py-serial \
|
||||
${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
|
||||
|
||||
USE_PYTHON= YES
|
||||
USE_PYDISTUTILS= YES
|
||||
MAN1= chirpw.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
||||
${WRKSRC}/chirpui/mainapp.py
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (chirp-0.3.0.tar.gz) = 8499d48460e56c93fb86f75b5c917e820fce1c92ca8af9928117d5aa19ae0afb
|
||||
SIZE (chirp-0.3.0.tar.gz) = 279241
|
||||
SHA256 (chirp-0.3.1.tar.gz) = b68da980642bb92cb64ebf864b26976fa9b7db0648ceb420286d938bee079f31
|
||||
SIZE (chirp-0.3.1.tar.gz) = 279479
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/chirpw
|
||||
man/man1/chirpw.1.gz
|
||||
share/applications/chirp.desktop
|
||||
share/chirp/chirp.xsd
|
||||
share/chirp/chirp_banks.xsd
|
||||
@ -279,7 +280,6 @@ share/pixmaps/chirp.png
|
||||
%%PYTHON_SITELIBDIR%%/chirpui/shiftdialog.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/chirp
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/chirpui
|
||||
@dirrm share/chirp/images
|
||||
@dirrm share/chirp/stock_configs
|
||||
@dirrm share/chirp
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user