Date: Thu, 16 Oct 2008 18:41:12 GMT From: Steven Kreuzer <skreuzer@exit2shell.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128149: Port Update: net/ptpd 1rc1 ->1.0.0 Message-ID: <200810161841.m9GIfCen035012@www.freebsd.org> Resent-Message-ID: <200810161850.m9GIo3wl071474@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128149 >Category: ports >Synopsis: Port Update: net/ptpd 1rc1 ->1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 16 18:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: 7.0-RELEASE >Organization: >Environment: FreeBSD slurry.exit2shell.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Attached patch will update the port of net/ptpd from 1rc1 to 1.0.0 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /usr/share/cvs/freebsd/ports/net/ptpd/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 5 Jun 2008 01:44:43 -0000 1.1 +++ Makefile 16 Oct 2008 18:31:56 -0000 @@ -6,16 +6,15 @@ # PORTNAME= ptpd -DISTVERSION= 1rc1 +DISTVERSION= 1.0.0 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ptpd_${DISTVERSION} MAINTAINER= gnn@freebsd.org COMMENT= An implementation of the precision time protocol IEEE 1588 -WRKSRC= ${WRKDIR}/ptpd/src +WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src PLIST_FILES= bin/ptpd Index: distinfo =================================================================== RCS file: /usr/share/cvs/freebsd/ports/net/ptpd/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 5 Jun 2008 01:44:43 -0000 1.1 +++ distinfo 16 Oct 2008 18:32:04 -0000 @@ -1,3 +1,3 @@ -MD5 (ptpd_1rc1.tar.gz) = 2698af2aa2c14dfd9ff2319f7b827499 -SHA256 (ptpd_1rc1.tar.gz) = 9290b5e28690488a39c612ffd6e5c963c8498676f71866a885ac2021a1d1d007 -SIZE (ptpd_1rc1.tar.gz) = 376819 +MD5 (ptpd-1.0.0.tar.gz) = b112b2bedc7f6e6e11a838608b9e0357 +SHA256 (ptpd-1.0.0.tar.gz) = 8ac1fdcad1e246b0395097dd9af29966c6823533d7e6989aae91506048fb51bc +SIZE (ptpd-1.0.0.tar.gz) = 382246 Index: files/patch-src-Makefile =================================================================== RCS file: /usr/share/cvs/freebsd/ports/net/ptpd/files/patch-src-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-src-Makefile --- files/patch-src-Makefile 5 Jun 2008 01:44:43 -0000 1.1 +++ files/patch-src-Makefile 16 Oct 2008 18:32:24 -0000 @@ -1,11 +1,13 @@ ---- Makefile Tue Mar 27 18:14:20 2007 -+++ Makefile Thu Feb 28 14:49:56 2008 +Index: Makefile +=================================================================== +--- Makefile (revision 45) ++++ Makefile (working copy) @@ -1,7 +1,7 @@ # Makefile for ptpd RM = rm -f -CFLAGS = -Wall -+CFLAGS+= -Wall -DBSD_INTERFACE_FUNCTIONS ++CFLAGS = -Wall -BSD_INTERFACE_FUNCTIONS #CPPFLAGS = -DPTPD_DBG -DPTPD_NO_DAEMON PROG = ptpd Index: files/patch-src-ptpd.h =================================================================== RCS file: /usr/share/cvs/freebsd/ports/net/ptpd/files/patch-src-ptpd.h,v retrieving revision 1.1 diff -u -r1.1 patch-src-ptpd.h --- files/patch-src-ptpd.h 5 Jun 2008 01:44:43 -0000 1.1 +++ files/patch-src-ptpd.h 16 Oct 2008 18:32:24 -0000 @@ -1,5 +1,7 @@ ---- ptpd.h Tue Mar 27 18:14:20 2007 -+++ ptpd.h Thu Feb 28 14:03:43 2008 +Index: ptpd.h +=================================================================== +--- ptpd.h (revision 45) ++++ ptpd.h (working copy) @@ -4,6 +4,7 @@ #define PTPD_H >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810161841.m9GIfCen035012>