diff options
author | taoka <taoka@FreeBSD.org> | 2000-02-23 02:52:35 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-02-23 02:52:35 +0000 |
commit | 60d4fcea02273d7f028cad97505f7724417a321b (patch) | |
tree | 0daca7a7ed2e5aa1a94535e637138e694eef1e80 /dns/ddup | |
parent | 6fc20baf77fd54526177b12e3d120ddcab5a93b7 (diff) | |
download | FreeBSD-ports-60d4fcea02273d7f028cad97505f7724417a321b.zip FreeBSD-ports-60d4fcea02273d7f028cad97505f7724417a321b.tar.gz |
Update to 2.2
PR: 16822
Submitted by: maintainer
Diffstat (limited to 'dns/ddup')
-rw-r--r-- | dns/ddup/Makefile | 33 | ||||
-rw-r--r-- | dns/ddup/distinfo | 2 | ||||
-rw-r--r-- | dns/ddup/pkg-descr | 5 | ||||
-rw-r--r-- | dns/ddup/pkg-message | 10 | ||||
-rw-r--r-- | dns/ddup/pkg-plist | 2 |
5 files changed, 40 insertions, 12 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile index 4bca60d..684c8b4 100644 --- a/dns/ddup/Makefile +++ b/dns/ddup/Makefile @@ -6,26 +6,45 @@ # $FreeBSD$ # -DISTNAME= ddup-2.1 +DISTNAME= ddup-2.2Dm +PKGNAME= ddup-2.2 CATEGORIES= net -MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ \ - http://www.phix.com/~java/ +MASTER_SITES= ftp://ddup.sourceforge.net/pub/ddup/ MAINTAINER= cjm2@altavista.net -WRKSRC= ${WRKDIR}/ddup-nic - MAN1= ddup.1 MANCOMPRESSED= yes +WRKSRC= ${WRKDIR}/ddup-2.2Dm + +# Uncomment this if you want to enable debugging. +#DEBUG= -g + +pre-build: + ${ECHO} "char *file_name = \"${PREFIX}/etc/ddup.conf\";" > ${WRKSRC}/options.h + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup.c + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup_functions.c + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt.c + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt1.c + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_config.c + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_option.c + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c update.c + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -o ddup ddup.o ddup_functions.o getopt.o getopt1.o parse_config.o parse_option.o update.o ${LIBS} + 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 + ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup + ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/ddup + +post-install: strip ${PREFIX}/sbin/ddup + ${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff --git a/dns/ddup/distinfo b/dns/ddup/distinfo index 6024765..d464c70 100644 --- a/dns/ddup/distinfo +++ b/dns/ddup/distinfo @@ -1 +1 @@ -MD5 (ddup-2.1.tar.gz) = 3dd30ae02503b23b47a61e428ac9fdcb +MD5 (ddup-2.2Dm.tar.gz) = d05ac8fda0409d8e9bb8e964aa94104c diff --git a/dns/ddup/pkg-descr b/dns/ddup/pkg-descr index f10680a..55fcf38 100644 --- a/dns/ddup/pkg-descr +++ b/dns/ddup/pkg-descr @@ -4,7 +4,6 @@ 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 +WWW: http://ddup.sourceforce.net/ -- Chris -cjm2@altavista.net +EMAIL: cjm2@altavista.net diff --git a/dns/ddup/pkg-message b/dns/ddup/pkg-message new file mode 100644 index 0000000..06b265e --- /dev/null +++ b/dns/ddup/pkg-message @@ -0,0 +1,10 @@ +******************************************************** +*** If you are upgrading or are a first time user *** +*** you MUST make your configuration file by typing *** +*** ddup --makeconf *** +******************************************************** +******************************************************** +*** If you are upgrading or are a first time user *** +*** you MUST make your configuration file by typing *** +*** ddup --makeconf *** +******************************************************** diff --git a/dns/ddup/pkg-plist b/dns/ddup/pkg-plist index b4c57ed..ddba371 100644 --- a/dns/ddup/pkg-plist +++ b/dns/ddup/pkg-plist @@ -1,6 +1,6 @@ -etc/ddup.conf.default sbin/ddup sbin/testip share/doc/ddup/README share/doc/ddup/INSTALL-C +share/doc/ddup/COPYING @dirrm share/doc/ddup |