ports/160128: Update port: net/htpdate
KATO Tsuguru
tkato432 at yahoo.com
Wed Aug 24 18:50:31 UTC 2011
>Number: 160128
>Category: ports
>Synopsis: Update port: net/htpdate
>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: Wed Aug 24 18:50:30 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support CC/CFLAGS properly
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/net/htpdate/Makefile net/htpdate/Makefile
--- /usr/ports/net/htpdate/Makefile 2011-08-03 15:41:47.000000000 +0900
+++ net/htpdate/Makefile 2011-08-25 00:44:15.000000000 +0900
@@ -7,24 +7,25 @@
PORTNAME= htpdate
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= net ipv6
-MASTER_SITES= http://www.clevervest.com/htp/archive/c/
+MASTER_SITES= http://www.clevervest.com/htp/archive/c/ \
+ http://twekkel.home.xs4all.nl/htp/
MAINTAINER= ports at FreeBSD.org
COMMENT= Time synchronization over http utility
-BROKEN= does not fetch
+LICENSE= GPLv2 # (or later)
USE_BZIP2= yes
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-MANCOMPRESSED= no
-NO_MANCOMPRESS= yes
-MAN8= htpdate.8.gz
-
-PLIST_FILES= bin/htpdate
+MANCOMPRESSED= yes
+MAN8= ${PORTNAME}.8
+PLIST_FILES= bin/${PORTNAME}
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/htpdate ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8.gz ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>
diff -urN /usr/ports/net/htpdate/pkg-descr net/htpdate/pkg-descr
--- /usr/ports/net/htpdate/pkg-descr 2011-08-03 15:41:47.000000000 +0900
+++ net/htpdate/pkg-descr 2011-08-22 05:01:08.000000000 +0900
@@ -5,3 +5,5 @@
computer synchronized.
Accuracy of htpdate is usually better than 0.5 seconds (even better with
multiple servers). Htpdate can also work through http proxy.
+
+WWW: http://www.clevervest.com/htp/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list