mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/dcf77pi: migrate to codeberg
portfmt while here, and bump PORTREVISION
This commit is contained in:
parent
4b117286bf
commit
19d8d6dd4b
2 changed files with 26 additions and 27 deletions
|
@ -1,34 +1,33 @@
|
|||
PORTNAME= dcf77pi
|
||||
PORTVERSION= 3.7.1.1
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
PORTNAME= dcf77pi
|
||||
PORTVERSION= 3.7.1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= https://codeberg.org/rene0/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi
|
||||
WWW= https://github.com/rene0/dcf77pi
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi
|
||||
WWW= https://codeberg.org/rene0/dcf77pi
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
LIB_DEPENDS= libjson-c.so:devel/json-c
|
||||
LIB_DEPENDS= libjson-c.so:devel/json-c
|
||||
|
||||
USES= ncurses pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rene0
|
||||
USE_LDCONFIG= yes
|
||||
USES= ncurses pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PATCH_STRIP= -p1
|
||||
PORTDOCS= CHANGELOG.md README.md receiver.svg
|
||||
PATCH_STRIP= -p1
|
||||
PORTDOCS= CHANGELOG.md README.md receiver.svg
|
||||
|
||||
OPTIONS_DEFINE= DOXYGEN DOCS
|
||||
DOXYGEN_IMPLIES= DOCS
|
||||
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
||||
DOXYGEN_ALL_TARGET= all doxygen
|
||||
DOXYGEN_INSTALL_TARGET= install-doxygen
|
||||
DOXYGEN_PORTDOCS= html/*
|
||||
OPTIONS_DEFINE= DOCS DOXYGEN
|
||||
DOXYGEN_IMPLIES= DOCS
|
||||
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
||||
DOXYGEN_ALL_TARGET= all doxygen
|
||||
DOXYGEN_INSTALL_TARGET= install-doxygen
|
||||
DOXYGEN_PORTDOCS= html/*
|
||||
|
||||
post-install:
|
||||
@${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.md # do not install twice
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1587152412
|
||||
SHA256 (rene0-dcf77pi-v3.7.1.1_GH0.tar.gz) = 63e87f05130e5bd6e5c97bb4b900f770f904d5884233e13059c8cb64f6954d97
|
||||
SIZE (rene0-dcf77pi-v3.7.1.1_GH0.tar.gz) = 67719
|
||||
TIMESTAMP = 1708893918
|
||||
SHA256 (dcf77pi-v3.7.1.1.tar.gz) = e7f94b697527a7d98c260ece8d5cee8915f40db3582fa4b28b4048ad076db63e
|
||||
SIZE (dcf77pi-v3.7.1.1.tar.gz) = 67702
|
||||
|
|
Loading…
Add table
Reference in a new issue