Update to 1.0.3
No need to ignore on FreeBSD < 9.0, the software will disable GPIO itself.
This commit is contained in:
parent
e012a92d09
commit
bd7b90749a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323396
2 changed files with 5 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dcf77pi
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
|
@ -12,22 +12,18 @@ LICENSE= BSD
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rene0
|
||||
GH_COMMIT= 27143b4
|
||||
GH_COMMIT= 3caf2bd
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 900000
|
||||
IGNORE= no GPIO support
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}
|
||||
.endif
|
||||
@if [ ! ${ETCDIR}/hardware.txt ] ; then \
|
||||
if [ ! ${ETCDIR}/hardware.txt ] ; then \
|
||||
${CP} -p ${ETCDIR}/hardware.txt.sample ${ETCDIR}/hardware.txt ; \
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dcf77pi-1.0.2.tar.gz) = ee5816f046f2e143306ead467f629afd85eedf653014c08ff3a3e1ed721ed24c
|
||||
SIZE (dcf77pi-1.0.2.tar.gz) = 8786
|
||||
SHA256 (dcf77pi-1.0.3.tar.gz) = 539c1e3a454db56cdc698e5070cc3cff7dc5a08f98b3b431f76b68fb2ba53f3e
|
||||
SIZE (dcf77pi-1.0.3.tar.gz) = 9274
|
||||
|
|
Loading…
Reference in a new issue