Date: Sun, 24 Jun 2018 03:17:45 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473175 - head/net/ptpd2 Message-ID: <201806240317.w5O3Hjso028025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Sun Jun 24 03:17:45 2018 New Revision: 473175 URL: https://svnweb.freebsd.org/changeset/ports/473175 Log: Switch MASTERSITES to GitHub Modified: head/net/ptpd2/Makefile head/net/ptpd2/distinfo head/net/ptpd2/pkg-descr Modified: head/net/ptpd2/Makefile ============================================================================== --- head/net/ptpd2/Makefile Sun Jun 24 01:46:04 2018 (r473174) +++ head/net/ptpd2/Makefile Sun Jun 24 03:17:45 2018 (r473175) @@ -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 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> Modified: head/net/ptpd2/distinfo ============================================================================== --- head/net/ptpd2/distinfo Sun Jun 24 01:46:04 2018 (r473174) +++ head/net/ptpd2/distinfo Sun Jun 24 03:17:45 2018 (r473175) @@ -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 Modified: head/net/ptpd2/pkg-descr ============================================================================== --- head/net/ptpd2/pkg-descr Sun Jun 24 01:46:04 2018 (r473174) +++ head/net/ptpd2/pkg-descr Sun Jun 24 03:17:45 2018 (r473175) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806240317.w5O3Hjso028025>