svn commit: r354736 - head/net/echoping

Munechika SUMIKAWA sumikawa at FreeBSD.org
Wed May 21 09:35:44 UTC 2014


Author: sumikawa
Date: Wed May 21 09:35:43 2014
New Revision: 354736
URL: http://svnweb.freebsd.org/changeset/ports/354736
QAT: https://qat.redports.org/buildarchive/r354736/

Log:
  Fix plist.

Modified:
  head/net/echoping/Makefile
  head/net/echoping/pkg-plist

Modified: head/net/echoping/Makefile
==============================================================================
--- head/net/echoping/Makefile	Wed May 21 09:12:40 2014	(r354735)
+++ head/net/echoping/Makefile	Wed May 21 09:35:43 2014	(r354736)
@@ -3,6 +3,7 @@
 
 PORTNAME=	echoping
 PORTVERSION=	6.0.2
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	SF
 

Modified: head/net/echoping/pkg-plist
==============================================================================
--- head/net/echoping/pkg-plist	Wed May 21 09:12:40 2014	(r354735)
+++ head/net/echoping/pkg-plist	Wed May 21 09:35:43 2014	(r354736)
@@ -4,18 +4,23 @@ include/echoping/echoping.h
 lib/echoping/dns.a
 lib/echoping/dns.so
 lib/echoping/dns.so.0
+lib/echoping/dns.so.0.0.0
 %%WITH_LDAP%%lib/echoping/ldap.a
 %%WITH_LDAP%%lib/echoping/ldap.so
 %%WITH_LDAP%%lib/echoping/ldap.so.0
+%%WITH_LDAP%%lib/echoping/ldap.so.0.0.0
 %%WITH_PGSQL%%lib/echoping/postgresql.a
 %%WITH_PGSQL%%lib/echoping/postgresql.so
 %%WITH_PGSQL%%lib/echoping/postgresql.so.0
+%%WITH_PGSQL%%lib/echoping/postgresql.so.0.0.0
 lib/echoping/random.a
 lib/echoping/random.so
 lib/echoping/random.so.0
+lib/echoping/random.so.0.0.0
 lib/echoping/whois.a
 lib/echoping/whois.so
 lib/echoping/whois.so.0
+lib/echoping/whois.so.0.0.0
 man/man1/echoping.1.gz
 man/man1/echoping_dns.1.gz
 %%WITH_LDAP%%man/man1/echoping_ldap.1.gz


More information about the svn-ports-all mailing list