Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 09:35:43 +0000 (UTC)
From:      Munechika SUMIKAWA <sumikawa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354736 - head/net/echoping
Message-ID:  <201405210935.s4L9ZhBl014521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405210935.s4L9ZhBl014521>