diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index af84f0353e7d..6957ac57ff82 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -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 -.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 diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 86293cd4254e..84015e91c694 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -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