svn commit: r398431 - in head/net/dtcpclient: . files

Hajimu UMEMOTO ume at FreeBSD.org
Fri Oct 2 11:33:31 UTC 2015


Author: ume
Date: Fri Oct  2 11:33:30 2015
New Revision: 398431
URL: https://svnweb.freebsd.org/changeset/ports/398431

Log:
  - Update to 20151002.
  - Use PLIST_FILES.

Deleted:
  head/net/dtcpclient/files/patch-Makefile
  head/net/dtcpclient/pkg-plist
Modified:
  head/net/dtcpclient/Makefile
  head/net/dtcpclient/distinfo

Modified: head/net/dtcpclient/Makefile
==============================================================================
--- head/net/dtcpclient/Makefile	Fri Oct  2 11:19:22 2015	(r398430)
+++ head/net/dtcpclient/Makefile	Fri Oct  2 11:33:30 2015	(r398431)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	dtcpclient
-PORTVERSION=	20090812
-PORTREVISION=	1
+PORTVERSION=	20151002
+#PORTREVISION=	0
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.mahoroba.org/~ume/ipv6/ \
 		http://home.jp.FreeBSD.org/~ume/ipv6/
@@ -15,4 +15,8 @@ LICENSE=	BSD2CLAUSE
 USES=		uidfix
 USE_RC_SUBR=	dtcpclient
 
+PLIST_FILES=	man/man8/dtcpclient.8.gz \
+		sbin/dtcpclient \
+		"@sample %%EXAMPLESDIR%%/dtcpclient.script etc/dtcpclient.script"
+
 .include <bsd.port.mk>

Modified: head/net/dtcpclient/distinfo
==============================================================================
--- head/net/dtcpclient/distinfo	Fri Oct  2 11:19:22 2015	(r398430)
+++ head/net/dtcpclient/distinfo	Fri Oct  2 11:33:30 2015	(r398431)
@@ -1,2 +1,2 @@
-SHA256 (dtcpclient-20090812.tar.gz) = df310c4fdaa2731458537e5fa275971eb68da4319d8694504cba9176a917a4ea
-SIZE (dtcpclient-20090812.tar.gz) = 13711
+SHA256 (dtcpclient-20151002.tar.gz) = 88ca4e1f6f2fbf02438136dceabb73e956cd8a68078d11c6cde0ae085577bab8
+SIZE (dtcpclient-20151002.tar.gz) = 13744


More information about the svn-ports-all mailing list