Index: head/net/dtcpclient/pkg-plist =================================================================== --- head/net/dtcpclient/pkg-plist (revision 398430) +++ head/net/dtcpclient/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -man/man8/dtcpclient.8.gz -sbin/dtcpclient -@sample %%EXAMPLESDIR%%/dtcpclient.script etc/dtcpclient.script Property changes on: head/net/dtcpclient/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/dtcpclient/Makefile =================================================================== --- head/net/dtcpclient/Makefile (revision 398430) +++ head/net/dtcpclient/Makefile (revision 398431) @@ -1,18 +1,22 @@ # $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/ MAINTAINER= ume@FreeBSD.org COMMENT= Dynamic Tunnel Configuration Protocol client 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 Index: head/net/dtcpclient/distinfo =================================================================== --- head/net/dtcpclient/distinfo (revision 398430) +++ head/net/dtcpclient/distinfo (revision 398431) @@ -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 Index: head/net/dtcpclient/files/patch-Makefile =================================================================== --- head/net/dtcpclient/files/patch-Makefile (revision 398430) +++ head/net/dtcpclient/files/patch-Makefile (nonexistent) @@ -1,24 +0,0 @@ -Index: Makefile -diff -u Makefile.orig Makefile ---- Makefile.orig 2005-12-28 16:29:24.000000000 +0900 -+++ Makefile 2013-10-05 00:28:46.953959748 +0900 -@@ -58,12 +58,14 @@ - - realinstall: - $(INSTALL) -s $(COPY) -o $(BINOWN) -g $(BINGRP) -m 555 \ -- dtcpclient $(BINDIR)/dtcpclient -- $(INSTALL) -d $(EXAMPLESDIR) -+ dtcpclient $(DESTDIR)$(BINDIR)/dtcpclient -+ $(INSTALL) -d $(DESTDIR)$(EXAMPLESDIR) - $(INSTALL) $(COPY) -o $(BINOWN) -g $(BINGRP) -m 555 \ -- dtcpclient.script $(EXAMPLESDIR)/dtcpclient.script -- if [ ! -f $(SCRIPTSDIR)/dtcpclient.script ]; then \ -- cp -p $(EXAMPLESDIR)/dtcpclient.script $(SCRIPTSDIR)/; \ -+ dtcpclient.script \ -+ $(DESTDIR)$(EXAMPLESDIR)/dtcpclient.script -+ if [ ! -f $(DESTDIR)$(SCRIPTSDIR)/dtcpclient.script ]; then \ -+ cp -p $(DESTDIR)$(EXAMPLESDIR)/dtcpclient.script \ -+ $(DESTDIR)$(SCRIPTSDIR)/; \ - fi - - dist: Property changes on: head/net/dtcpclient/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property