aboutsummaryrefslogtreecommitdiff
path: root/net/ptpd2
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2018-06-24 03:17:45 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2018-06-24 03:17:45 +0000
commitf57ce64a3a188d95625c7c7c96a51ec4dfeda958 (patch)
tree77a59746dd20bcb57e5580519ef9cf0ba38cc947 /net/ptpd2
parent2790099da3995b01193e7ef87ec6729a6a2a4f2b (diff)
downloadports-f57ce64a3a188d95625c7c7c96a51ec4dfeda958.tar.gz
ports-f57ce64a3a188d95625c7c7c96a51ec4dfeda958.zip
Notes
Diffstat (limited to 'net/ptpd2')
-rw-r--r--net/ptpd2/Makefile7
-rw-r--r--net/ptpd2/distinfo5
-rw-r--r--net/ptpd2/pkg-descr10
3 files changed, 13 insertions, 9 deletions
diff --git a/net/ptpd2/Makefile b/net/ptpd2/Makefile
index 4189ec3a3b88..2e615aba4648 100644
--- a/net/ptpd2/Makefile
+++ b/net/ptpd2/Makefile
@@ -4,7 +4,6 @@
PORTNAME= ptpd
DISTVERSION= 2.3.1
CATEGORIES= net
-MASTER_SITES= SF
PKGNAMESUFFIX= 2
MAINTAINER= skreuzer@FreeBSD.org
@@ -12,6 +11,10 @@ COMMENT= Implementation of the precision time protocol IEEE 1588-2008
LICENSE= BSD2CLAUSE
+USE_GITHUB= yes
+GH_ACCOUNT= ptpd
+GH_TAGNAME= 861c44f
+
CONFLICTS= ptpd2-devel.*
ETCDIR= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
@@ -35,6 +38,6 @@ post-install:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKDIR}/ptpd-${DISTVERSION}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/net/ptpd2/distinfo b/net/ptpd2/distinfo
index 0656c3ed0672..f9e2e0fb6689 100644
--- a/net/ptpd2/distinfo
+++ b/net/ptpd2/distinfo
@@ -1,2 +1,3 @@
-SHA256 (ptpd-2.3.1.tar.gz) = 0dbf54dd2c178bd9fe62481d2c37513ee36636d8bf137cfdad96891490cdbf93
-SIZE (ptpd-2.3.1.tar.gz) = 1196180
+TIMESTAMP = 1529807828
+SHA256 (ptpd-ptpd-2.3.1-861c44f_GH0.tar.gz) = 673ea84b11c77a808ac6ef1d42d9c6b7f3c7245b5957b13e754951bf26001286
+SIZE (ptpd-ptpd-2.3.1-861c44f_GH0.tar.gz) = 884204
diff --git a/net/ptpd2/pkg-descr b/net/ptpd2/pkg-descr
index 64d839cf2d32..007514f9039a 100644
--- a/net/ptpd2/pkg-descr
+++ b/net/ptpd2/pkg-descr
@@ -1,7 +1,7 @@
-ptpd2 is an implementation of version 2 the Precision Time Protocol
-(IEEE 1588-2008)
+PTP daemon (PTPd) is an implementation the Precision Time Protocol (PTP)
+version 2 as defined by 'IEEE Std 1588-2008'.
-PTP was developed to provide very precise time coordination of LAN connected
-computers.
+PTP provides precise time coordination of Ethernet LAN connected computers. It
+was designed primarily for instrumentation and control systems.
-WWW: http://ptpd.sourceforge.net/
+WWW: https://github.com/ptpd/ptpd