Index: head/sysutils/hdup/Makefile =================================================================== --- head/sysutils/hdup/Makefile (revision 137904) +++ head/sysutils/hdup/Makefile (revision 137905) @@ -1,62 +1,62 @@ # New ports collection makefile for: hdup # Date created: 6 March 2005 # Whom: Sergey Matveychuk # # $FreeBSD$ # PORTNAME= hdup -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= sysutils MASTER_SITES= http://www.miek.nl/projects/hdup2/ \ http://www.miek.nl/projects/hdup2/previous MAINTAINER= sem@FreeBSD.org COMMENT= The little, spiffy, backup tool WRKSRC= ${WRKDIR}/hdup2 OPTIONS= GNUTAR_PORT "Build with the newest GNU tar from ports" no BUILD_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt RUN_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \ gpg:${PORTSDIR}/security/gnupg \ lzop:${PORTSDIR}/archivers/lzop USE_REINPLACE= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= glib20 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_AUTOCONF_VER= 259 MAN1= hdup.1 MAN5= hdup.conf.5 .include .if defined(WITH_GNUTAR_PORT) BUILD_DEPENDS+= ${LOCALBASE}/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS+= ${LOCALBASE}/gtar:${PORTSDIR}/archivers/gtar GNUTAR= ${LOCALBASE}/bin/gtar .elif ${OSVERSION} < 502110 GNUTAR= /usr/bin/tar .else # bsdtar appeared GNUTAR= /usr/bin/gtar .endif post-configure: @${REINPLACE_CMD} -e 's#%%GNUTAR%%#${GNUTAR}#g' ${WRKSRC}/src/hdup.h post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}; \ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}; \ ${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${DOCSDIR}; \ ${MKDIR} ${EXAMPLESDIR}; \ ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include Property changes on: head/sysutils/hdup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/sysutils/hdup/distinfo =================================================================== --- head/sysutils/hdup/distinfo (revision 137904) +++ head/sysutils/hdup/distinfo (revision 137905) @@ -1,2 +1,2 @@ -MD5 (hdup-2.0.7.tar.bz2) = 54fa89cbea3eebd37cfa8859839ae61a -SIZE (hdup-2.0.7.tar.bz2) = 89429 +MD5 (hdup-2.0.8.tar.bz2) = c0dae640b928d40c91f62e8e1a5c5a63 +SIZE (hdup-2.0.8.tar.bz2) = 98093 Property changes on: head/sysutils/hdup/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/hdup/files/patch-src-prototype.h =================================================================== --- head/sysutils/hdup/files/patch-src-prototype.h (nonexistent) +++ head/sysutils/hdup/files/patch-src-prototype.h (revision 137905) @@ -0,0 +1,11 @@ +--- src/prototype.h.orig Thu Jun 23 10:17:28 2005 ++++ src/prototype.h Thu Jun 23 10:17:40 2005 +@@ -82,7 +82,7 @@ + char * setup_splitcmd(phost_t); + char * hdup_makedate(int , int , int , int ); + time_t hdup_file_time(char *); +-int isblank(int c); ++/*int isblank(int c);*/ + /* + * walker.c + */ Property changes on: head/sysutils/hdup/files/patch-src-prototype.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/hdup/files/patch-src::Makefile.in =================================================================== --- head/sysutils/hdup/files/patch-src::Makefile.in (revision 137904) +++ head/sysutils/hdup/files/patch-src::Makefile.in (revision 137905) @@ -1,20 +1,11 @@ ---- src/Makefile.in.orig Sat Jan 29 15:19:00 2005 -+++ src/Makefile.in Sun Mar 13 18:22:35 2005 -@@ -16,7 +16,7 @@ - exec_prefix = @exec_prefix@ - sbindir = @sbindir@ - mandir = @mandir@ --sysconfdir = /etc -+sysconfdir = @sysconfdir@ - ###################################### - ###################################### - .PHONY: clean install all uninstall +--- src/Makefile.in.orig Fri Mar 18 13:16:31 2005 ++++ src/Makefile.in Thu Jun 23 10:07:58 2005 @@ -54,7 +54,7 @@ - @mkdir -p ${sysconfdir}/hdup - @mkdir -p ${mandir}/man1 - @mkdir -p ${mandir}/man5 -- @[ -f ${sysconfdir}/hdup/hdup.conf ] || ${INSTALL} -m 600 ../hdup.conf.distr ${sysconfdir}/hdup/hdup.conf -+ @${INSTALL} -m 600 ../hdup.conf.distr ${sysconfdir}/hdup/hdup.conf-dist - @${INSTALL} hdup ${sbindir}/hdup - @${INSTALL_DATA} ../doc/hdup.1 ${mandir}/man1/hdup.1 - @${INSTALL_DATA} ../doc/hdup.conf.5 ${mandir}/man5/hdup.conf.5 + @mkdir -p ${DESTDIR}${sysconfdir}/hdup + @mkdir -p ${DESTDIR}${mandir}/man1 + @mkdir -p ${DESTDIR}${mandir}/man5 +- @[ -f ${DESTDIR}${sysconfdir}/hdup/hdup.conf ] || ${INSTALL} -m 600 ../hdup.conf.distr ${DESTDIR}${sysconfdir}/hdup/hdup.conf ++ @${INSTALL} -m 600 ../hdup.conf.distr ${DESTDIR}${sysconfdir}/hdup/hdup.conf-dist + @${INSTALL} hdup ${DESTDIR}${sbindir}/hdup + @${INSTALL_DATA} ../doc/hdup.1 ${DESTDIR}${mandir}/man1/hdup.1 + @${INSTALL_DATA} ../doc/hdup.conf.5 ${DESTDIR}${mandir}/man5/hdup.conf.5 Property changes on: head/sysutils/hdup/files/patch-src::Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/hdup/files/patch-src::hdup.h.in =================================================================== --- head/sysutils/hdup/files/patch-src::hdup.h.in (revision 137904) +++ head/sysutils/hdup/files/patch-src::hdup.h.in (revision 137905) @@ -1,20 +1,11 @@ --- src/hdup.h.in.orig Sat Jan 29 15:16:57 2005 +++ src/hdup.h.in Sun Mar 13 19:57:25 2005 @@ -11,7 +11,7 @@ #include "config.h" -#define TAR "@tar@" +#define TAR "%%GNUTAR%%" #define MCRYPT "@mcrypt@" #define GPG "@gpg@" #define DEFAULT_PROTO "@ssh@" -@@ -22,7 +22,7 @@ - #define LZOP_PROG "@lzop@" - #define SPLIT_PROG "@split@" - #define UNSPLIT_PROG "@cat@" --#define ETCFILE "/etc/hdup/hdup.conf" -+#define ETCFILE "@prefix@/etc/hdup/hdup.conf" - /* /usr/local/etc#"/etc/hdup/hdup.conf") */ - #define REMOTE_HDUP "@prefix@/sbin/hdup" - #define REMOTE_HDUP_OPT "" /* default is empty */ Property changes on: head/sysutils/hdup/files/patch-src::hdup.h.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property