aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2015-07-03 01:57:45 +0800
committerskreuzer <skreuzer@FreeBSD.org>2015-07-03 01:57:45 +0800
commit104ba015ed6767de87e590a37dc3a61328155c9b (patch)
tree71491fac6a4b123d79b83adf03aa54b689346f34 /net
parent6d89baa13a9b2a2d445ffd2c14a1d07b1c808958 (diff)
downloadfreebsd-ports-gnome-104ba015ed6767de87e590a37dc3a61328155c9b.tar.gz
freebsd-ports-gnome-104ba015ed6767de87e590a37dc3a61328155c9b.tar.zst
freebsd-ports-gnome-104ba015ed6767de87e590a37dc3a61328155c9b.zip
Remove net/ptpd2-devel since net/ptpd2 has been upgraded to 2.3.1
Approved by: gnn@ (maintainer)
Diffstat (limited to 'net')
-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
5 files changed, 0 insertions, 67 deletions
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/