Date: Sun, 9 Mar 2014 14:43:19 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347634 - head/net/echoping Message-ID: <201403091443.s29EhJAL095684@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Mar 9 14:43:19 2014 New Revision: 347634 URL: http://svnweb.freebsd.org/changeset/ports/347634 QAT: https://qat.redports.org/buildarchive/r347634/ Log: - Stage support Modified: head/net/echoping/Makefile head/net/echoping/pkg-plist Modified: head/net/echoping/Makefile ============================================================================== --- head/net/echoping/Makefile Sun Mar 9 14:43:07 2014 (r347633) +++ head/net/echoping/Makefile Sun Mar 9 14:43:19 2014 (r347634) @@ -21,12 +21,9 @@ CONFIGURE_ARGS= --enable-http --enable-i PING_PLUGINS= dns random whois -MAN1= echoping.1 echoping_dns.1 echoping_random.1 echoping_whois.1 - OPTIONS_DEFINE= LDAP PGSQL OPTIONS_DEFAULT= LDAP -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} Modified: head/net/echoping/pkg-plist ============================================================================== --- head/net/echoping/pkg-plist Sun Mar 9 14:43:07 2014 (r347633) +++ head/net/echoping/pkg-plist Sun Mar 9 14:43:19 2014 (r347634) @@ -19,4 +19,9 @@ lib/echoping/whois.a lib/echoping/whois.la lib/echoping/whois.so lib/echoping/whois.so.0 +man/man1/echoping.1.gz +man/man1/echoping_dns.1.gz +man/man1/echoping_ldap.1.gz +man/man1/echoping_random.1.gz +man/man1/echoping_whois.1.gz @dirrm lib/echoping
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091443.s29EhJAL095684>