diff options
author | gnn <gnn@FreeBSD.org> | 2012-04-12 05:00:51 +0800 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2012-04-12 05:00:51 +0800 |
commit | 5eb5805b5143e39dc012ae76b74d5f6fbb3449c5 (patch) | |
tree | e9769757e80cf0bbfae90faf9addb8aab657f245 /net/ptpd2 | |
parent | b1ca2e40604f70c4b7eca288a09a927dc0b62178 (diff) | |
download | freebsd-ports-gnome-5eb5805b5143e39dc012ae76b74d5f6fbb3449c5.tar.gz freebsd-ports-gnome-5eb5805b5143e39dc012ae76b74d5f6fbb3449c5.tar.zst freebsd-ports-gnome-5eb5805b5143e39dc012ae76b74d5f6fbb3449c5.zip |
Add a new port to track PTP version 2 release candidates and
to generally keep up with the head of development in the PTP project.
Add CONFLICTS statements to the original ptpd2 port so that the devel
and the released versions cannot be simultaneously installed on the
same system.
Approved by: skreuzer (mentor)
Diffstat (limited to 'net/ptpd2')
-rw-r--r-- | net/ptpd2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ptpd2/Makefile b/net/ptpd2/Makefile index ee84767ffc88..86dd5e25b9c7 100644 --- a/net/ptpd2/Makefile +++ b/net/ptpd2/Makefile @@ -9,6 +9,7 @@ PORTNAME= ptpd DISTVERSION= 2.2.0 CATEGORIES= net MASTER_SITES= SF +CONFLICTS= ptpd-2.r.* MAINTAINER= skreuzer@FreeBSD.org COMMENT= Implementation of the precision time protocol IEEE 1588-2008 |