- update to 1.3
- remove examples files as it was removed by upstream - regen patches and set REGRESS_IS_INTERACTIVE - add a new dependecy to RUN_DEPENDS ok jasper@ reads ok sthen@ (maintainer timeout)
This commit is contained in:
parent
c93e73447f
commit
3a8a6a78f3
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/04 15:18:18 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/07/19 20:03:26 gsoares Exp $
|
||||
|
||||
COMMENT = Perl extension for decoding NTP server responses
|
||||
|
||||
DISTNAME = Net-NTP-1.2
|
||||
DISTNAME = Net-NTP-1.3
|
||||
CATEGORIES = net
|
||||
|
||||
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||
@ -15,7 +15,9 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
MODCPAN_EXAMPLES = Yes
|
||||
MODCPAN_EXAMPLES_DIST = eg
|
||||
RUN_DEPENDS = net/p5-IO-Socket-INET6
|
||||
|
||||
# requires access to pool.ntp.org
|
||||
REGRESS_IS_INTERACTIVE =Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Net-NTP-1.2.tar.gz) = Gf6jq0dXR3Sr3apyNCWcTA==
|
||||
RMD160 (Net-NTP-1.2.tar.gz) = 0b0U1Pq6nrEw42qsNJKIdGYuqgo=
|
||||
SHA1 (Net-NTP-1.2.tar.gz) = KfcEmLeQRl9CzfQGTKIavUpbikA=
|
||||
SHA256 (Net-NTP-1.2.tar.gz) = xC0+bqgLZ+GHWmek08xOr77joS38+6WHJv+zPwjGaww=
|
||||
SIZE (Net-NTP-1.2.tar.gz) = 5428
|
||||
MD5 (Net-NTP-1.3.tar.gz) = 3dmyHarAxK2tMuzkxziucQ==
|
||||
RMD160 (Net-NTP-1.3.tar.gz) = tdD5/K11iPZpIXyiH2sQXXh0EqU=
|
||||
SHA1 (Net-NTP-1.3.tar.gz) = ej+SMHZSheuy/Bu4R3upe8vXQ5M=
|
||||
SHA256 (Net-NTP-1.3.tar.gz) = E5U824NkO87WG791iWEGvmzguZBY7il4ZpvWIik7jx4=
|
||||
SIZE (Net-NTP-1.3.tar.gz) = 4769
|
||||
|
@ -1,9 +1,11 @@
|
||||
$OpenBSD: patch-t_1_t,v 1.1.1.1 2010/12/04 15:18:18 benoit Exp $
|
||||
--- t/1.t.orig Sat Nov 27 22:52:39 2010
|
||||
+++ t/1.t Sat Nov 27 22:53:32 2010
|
||||
@@ -12,4 +12,4 @@
|
||||
$OpenBSD: patch-t_1_t,v 1.2 2011/07/19 20:03:26 gsoares Exp $
|
||||
|
||||
do regress tests.
|
||||
|
||||
--- t/1.t.orig Mon Jun 27 17:50:17 2011
|
||||
+++ t/1.t Mon Jun 27 17:50:27 2011
|
||||
@@ -3,3 +3,4 @@ use Test::More tests => 1;
|
||||
BEGIN { use_ok('Net::NTP') };
|
||||
|
||||
# Insert your test code below, the Test::More module is use()ed here so read
|
||||
# its man page ( perldoc Test::More ) for help writing this test script.
|
||||
-my $ntp = get_ntp_response();
|
||||
#########################
|
||||
+my $ntp = get_ntp_response("pool.ntp.org", 123);
|
||||
|
@ -1,6 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/04 15:18:18 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/07/19 20:03:26 gsoares Exp $
|
||||
${P5SITE}/Net/
|
||||
${P5SITE}/Net/NTP.pm
|
||||
@man man/man3p/Net::NTP.3p
|
||||
share/examples/p5-Net-NTP/
|
||||
share/examples/p5-Net-NTP/test_ntp.pl
|
||||
|
Loading…
Reference in New Issue
Block a user