Index: head/dns/ddup/Makefile =================================================================== --- head/dns/ddup/Makefile (revision 25645) +++ head/dns/ddup/Makefile (revision 25646) @@ -1,28 +1,31 @@ # New ports collection makefile for: ddup # Version required: 2.0.4 # Date created: 30 September 1999 # Whom: cjm2 # # $FreeBSD$ # -DISTNAME= ddup-2.0.4 +DISTNAME= ddup-2.1 CATEGORIES= net -MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ +MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ \ + http://www.phix.com/~java/ MAINTAINER= cjm2@altavista.net WRKSRC= ${WRKDIR}/ddup-nic MAN1= ddup.1 -MANCOMPRESSED= no +MANCOMPRESSED= yes -post-configure: - @${PERL} -pi.orig -e 's:/etc/ddup.conf:${PREFIX}/etc/ddup.conf:' \ - ${WRKSRC}/INSTALL-C - -post-install: - ${INSTALL_MAN} ${FILESDIR}/ddup.1 ${PREFIX}/man/man1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ddup ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/testip ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/ddup.conf ${PREFIX}/etc/ddup.conf.default + ${MKDIR} ${PREFIX}/share/doc/ddup + ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup strip ${PREFIX}/sbin/ddup .include Property changes on: head/dns/ddup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/dns/ddup/distinfo =================================================================== --- head/dns/ddup/distinfo (revision 25645) +++ head/dns/ddup/distinfo (revision 25646) @@ -1 +1 @@ -MD5 (ddup-2.0.4.tar.gz) = e803bbedd98a77f9c0579e3521566f27 +MD5 (ddup-2.1.tar.gz) = 3dd30ae02503b23b47a61e428ac9fdcb Property changes on: head/dns/ddup/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/dns/ddup/pkg-comment =================================================================== --- head/dns/ddup/pkg-comment (revision 25645) +++ head/dns/ddup/pkg-comment (revision 25646) @@ -1 +1 @@ -A DynDNS client for FreeBSD +A DynDNS.org client for UNIX Property changes on: head/dns/ddup/pkg-comment ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/dns/ddup/pkg-descr =================================================================== --- head/dns/ddup/pkg-descr (revision 25645) +++ head/dns/ddup/pkg-descr (revision 25646) @@ -1,10 +1,10 @@ DD-UP in C by Thomas Gandy (tegandy@enid.com) --------------------------------------------------------- DD-UP is a program that is used to update a host provided by the Free DynDNS service of dyndns.org. WWW: http://www.gandy.dyndns.org/~thomas/ddup.shtml - Chris -cjm2@earthling.net +cjm2@altavista.net Property changes on: head/dns/ddup/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/dns/ddup/pkg-plist =================================================================== --- head/dns/ddup/pkg-plist (revision 25645) +++ head/dns/ddup/pkg-plist (revision 25646) @@ -1,2 +1,6 @@ etc/ddup.conf.default sbin/ddup +sbin/testip +share/doc/ddup/README +share/doc/ddup/INSTALL-C +@dirrm share/doc/ddup Property changes on: head/dns/ddup/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/ddup/Makefile =================================================================== --- head/net/ddup/Makefile (revision 25645) +++ head/net/ddup/Makefile (revision 25646) @@ -1,28 +1,31 @@ # New ports collection makefile for: ddup # Version required: 2.0.4 # Date created: 30 September 1999 # Whom: cjm2 # # $FreeBSD$ # -DISTNAME= ddup-2.0.4 +DISTNAME= ddup-2.1 CATEGORIES= net -MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ +MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ \ + http://www.phix.com/~java/ MAINTAINER= cjm2@altavista.net WRKSRC= ${WRKDIR}/ddup-nic MAN1= ddup.1 -MANCOMPRESSED= no +MANCOMPRESSED= yes -post-configure: - @${PERL} -pi.orig -e 's:/etc/ddup.conf:${PREFIX}/etc/ddup.conf:' \ - ${WRKSRC}/INSTALL-C - -post-install: - ${INSTALL_MAN} ${FILESDIR}/ddup.1 ${PREFIX}/man/man1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ddup ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/testip ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/ddup.conf ${PREFIX}/etc/ddup.conf.default + ${MKDIR} ${PREFIX}/share/doc/ddup + ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup strip ${PREFIX}/sbin/ddup .include Property changes on: head/net/ddup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/ddup/distinfo =================================================================== --- head/net/ddup/distinfo (revision 25645) +++ head/net/ddup/distinfo (revision 25646) @@ -1 +1 @@ -MD5 (ddup-2.0.4.tar.gz) = e803bbedd98a77f9c0579e3521566f27 +MD5 (ddup-2.1.tar.gz) = 3dd30ae02503b23b47a61e428ac9fdcb Property changes on: head/net/ddup/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/ddup/pkg-comment =================================================================== --- head/net/ddup/pkg-comment (revision 25645) +++ head/net/ddup/pkg-comment (revision 25646) @@ -1 +1 @@ -A DynDNS client for FreeBSD +A DynDNS.org client for UNIX Property changes on: head/net/ddup/pkg-comment ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/ddup/pkg-descr =================================================================== --- head/net/ddup/pkg-descr (revision 25645) +++ head/net/ddup/pkg-descr (revision 25646) @@ -1,10 +1,10 @@ DD-UP in C by Thomas Gandy (tegandy@enid.com) --------------------------------------------------------- DD-UP is a program that is used to update a host provided by the Free DynDNS service of dyndns.org. WWW: http://www.gandy.dyndns.org/~thomas/ddup.shtml - Chris -cjm2@earthling.net +cjm2@altavista.net Property changes on: head/net/ddup/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/ddup/pkg-plist =================================================================== --- head/net/ddup/pkg-plist (revision 25645) +++ head/net/ddup/pkg-plist (revision 25646) @@ -1,2 +1,6 @@ etc/ddup.conf.default sbin/ddup +sbin/testip +share/doc/ddup/README +share/doc/ddup/INSTALL-C +@dirrm share/doc/ddup Property changes on: head/net/ddup/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property