mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -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
|
PORTNAME= dcf77pi
|
||||||
PORTVERSION= 3.7.1.1
|
PORTVERSION= 3.7.1.1
|
||||||
DISTVERSIONPREFIX=v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
|
MASTER_SITES= https://codeberg.org/rene0/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||||
|
|
||||||
MAINTAINER= rene@FreeBSD.org
|
MAINTAINER= rene@FreeBSD.org
|
||||||
COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi
|
COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi
|
||||||
WWW= https://github.com/rene0/dcf77pi
|
WWW= https://codeberg.org/rene0/dcf77pi
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
LIB_DEPENDS= libjson-c.so:devel/json-c
|
LIB_DEPENDS= libjson-c.so:devel/json-c
|
||||||
|
|
||||||
USES= ncurses pkgconfig
|
USES= ncurses pkgconfig
|
||||||
USE_GITHUB= yes
|
USE_LDCONFIG= yes
|
||||||
GH_ACCOUNT= rene0
|
|
||||||
USE_LDCONFIG= yes
|
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
PATCH_STRIP= -p1
|
PATCH_STRIP= -p1
|
||||||
PORTDOCS= CHANGELOG.md README.md receiver.svg
|
PORTDOCS= CHANGELOG.md README.md receiver.svg
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOXYGEN DOCS
|
OPTIONS_DEFINE= DOCS DOXYGEN
|
||||||
DOXYGEN_IMPLIES= DOCS
|
DOXYGEN_IMPLIES= DOCS
|
||||||
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
||||||
DOXYGEN_ALL_TARGET= all doxygen
|
DOXYGEN_ALL_TARGET= all doxygen
|
||||||
DOXYGEN_INSTALL_TARGET= install-doxygen
|
DOXYGEN_INSTALL_TARGET= install-doxygen
|
||||||
DOXYGEN_PORTDOCS= html/*
|
DOXYGEN_PORTDOCS= html/*
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.md # do not install twice
|
@${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.md # do not install twice
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1587152412
|
TIMESTAMP = 1708893918
|
||||||
SHA256 (rene0-dcf77pi-v3.7.1.1_GH0.tar.gz) = 63e87f05130e5bd6e5c97bb4b900f770f904d5884233e13059c8cb64f6954d97
|
SHA256 (dcf77pi-v3.7.1.1.tar.gz) = e7f94b697527a7d98c260ece8d5cee8915f40db3582fa4b28b4048ad076db63e
|
||||||
SIZE (rene0-dcf77pi-v3.7.1.1_GH0.tar.gz) = 67719
|
SIZE (dcf77pi-v3.7.1.1.tar.gz) = 67702
|
||||||
|
|
Loading…
Add table
Reference in a new issue