aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--UPDATING13
-rw-r--r--net/Makefile1
-rw-r--r--net/ptpd2-devel/Makefile36
-rw-r--r--net/ptpd2-devel/distinfo2
-rw-r--r--net/ptpd2-devel/files/ptpd2.in24
-rw-r--r--net/ptpd2-devel/pkg-descr4
7 files changed, 14 insertions, 67 deletions
diff --git a/MOVED b/MOVED
index a1500ce28107..2254a2518534 100644
--- a/MOVED
+++ b/MOVED
@@ -7675,3 +7675,4 @@ net/rubygem-bunny060|net/rubygem-bunny|2015-06-30|Has expired: Use net/rubygem-b
security/rubygem-hmac|security/rubygem-ruby-hmac|2015-06-30|Has expired: Duplicate of security/rubygem-ruby-hmac
www/ruby-amazon|www/ruby-aws|2015-06-30|Has expired: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead
net/ntp-rc||2015-06-30|Has gone GA
+net/ptpd2-devel|net/ptpd2|2015-07-02|Development version no longer necessary
diff --git a/UPDATING b/UPDATING
index 2c386149b4f9..dff53ec28408 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20150702:
+ AFFECTS: users of net/ptpd2-devel
+ AUTHOR: skreuzer@FreeBSD.org
+
+ net/ptpd2 has been upgraded to version 2.3.1
+ net/ptpd2-devel is now deprecated and has been removed
+
+ If using portupgrade:
+ # portupgrade -o net/ptpd2 net/ptpd2-devel
+
+ If using portmaster:
+ # portmaster -o net/ptpd2 net/ptpd2-devel
+
20150628:
AFFECTS: users of www/varnish, www/pecl-varnish,
www/varnish-libvmod-header, www/varnish-nagios
diff --git a/net/Makefile b/net/Makefile
index f157bdcb5d4b..545278a6c77c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -890,7 +890,6 @@
SUBDIR += proxychains-ng
SUBDIR += prtunnel
SUBDIR += ptpd2
- SUBDIR += ptpd2-devel
SUBDIR += ptunnel
SUBDIR += pure-sockets
SUBDIR += pvm
diff --git a/net/ptpd2-devel/Makefile b/net/ptpd2-devel/Makefile
deleted file mode 100644
index ac65374b1a26..000000000000
--- a/net/ptpd2-devel/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: George V. Neville-Neil <gnn@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ptpd
-DISTVERSION= 2-RC-0
-CATEGORIES= net
-MASTER_SITES= SF/${PORTNAME}/$(PORTNAME)/2-RC/
-PKGNAMESUFFIX= 2-devel
-
-MAINTAINER= gnn@FreeBSD.org
-COMMENT= Release candidate for the precision time protocol IEEE 1588-2008
-
-LICENSE= BSD2CLAUSE
-
-WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src
-
-CONFLICTS= ptpd2-2.[0-9].*
-
-PLIST_FILES= sbin/ptpd2 man/man8/ptpd2.8.gz
-PORTDOCS= *
-
-USE_RC_SUBR= ptpd2
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-do-install::
- ${INSTALL_PROGRAM} ${WRKSRC}/ptpd2 ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/ptpd2.8 ${STAGEDIR}${MANPREFIX}/man/man8
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKDIR}/ptpd-${DISTVERSION}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/ptpd2-devel/distinfo b/net/ptpd2-devel/distinfo
deleted file mode 100644
index 6eab81a2d5fd..000000000000
--- a/net/ptpd2-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ptpd-2-RC-0.tar.gz) = b479215983e1e82bd8917e885035fd8ff944b87461cee0af08791e21a8e78c4e
-SIZE (ptpd-2-RC-0.tar.gz) = 631328
diff --git a/net/ptpd2-devel/files/ptpd2.in b/net/ptpd2-devel/files/ptpd2.in
deleted file mode 100644
index cf5c6652e851..000000000000
--- a/net/ptpd2-devel/files/ptpd2.in
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/net/ptpd2-devel/files/ptpd2.in,v 1.1 2012-04-11 21:00:51 gnn Exp $
-#
-# PROVIDE: ptpd
-# REQUIRE: NETWORKING DAEMON
-# KEYWORD: nojail
-#
-# Add the following lines to /etc/rc.conf to enable ptpd
-#
-# ptpd_enable (bool): Set to "NO" by default
-# Set it to "YES" to enable ptpd
-
-. /etc/rc.subr
-
-name="ptpd2"
-rcvar=`set_rcvar`
-
-command="%%PREFIX%%/sbin/${name}"
-
-ptpd2_enable=${ptpd2_enable:-"NO"}
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/net/ptpd2-devel/pkg-descr b/net/ptpd2-devel/pkg-descr
deleted file mode 100644
index ccf6f7a2b77b..000000000000
--- a/net/ptpd2-devel/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This port follows the release candidates from the PTP project. If you
-want the official, released, version of ptp please see net/ptpd2.
-
-WWW: http://ptpd.sourceforge.net/