Date: Mon, 16 Jan 2006 11:12:37 +0200 From: Vasil Dimov <vd@datamax.bg> To: FreeBSD-gnats-submit@FreeBSD.org Cc: steve@ion.lu Subject: ports/91866: Update port: sysutils/rdiff-backup to 1.0.4 Message-ID: <20060116091237.GA61391@qlovarnika.bg.datamax> Resent-Message-ID: <200601160920.k0G9K3ux074782@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91866 >Category: ports >Synopsis: Update port: sysutils/rdiff-backup to 1.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 16 09:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 6.0-STABLE amd64 >Organization: DataMax >Environment: >Description: Update sysutils/rdiff-backup from 1.0.3 to 1.0.4 (bugfix release) Also PORTVERSION, PORTEPOCH, MAINTAINER and CONFLICTS do not need to be set with ?= as rdiff-backup-devel is not a slave port anymore, see ports/91301 >How-To-Repeat: >Fix: --- rdiff-backup_1.0.3-1.0.4.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/local/cvsupdroot/ports/sysutils/rdiff-backup/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 12 Dec 2005 12:48:22 -0000 1.13 +++ Makefile 16 Jan 2006 09:07:39 -0000 @@ -6,19 +6,19 @@ # PORTNAME= rdiff-backup -PORTVERSION?= 1.0.3 -PORTEPOCH?= 1 +PORTVERSION= 1.0.4 +PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER?= steve@ion.lu +MAINTAINER= steve@ion.lu COMMENT= Local/remote mirroring+incremental backup LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync -CONFLICTS?= rdiff-backup-devel-[0-9]* +CONFLICTS= rdiff-backup-devel-[0-9]* USE_PYTHON= yes USE_PYDISTUTILS=yes Index: distinfo =================================================================== RCS file: /usr/local/cvsupdroot/ports/sysutils/rdiff-backup/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 12 Dec 2005 12:48:22 -0000 1.10 +++ distinfo 16 Jan 2006 09:07:39 -0000 @@ -1,3 +1,3 @@ -MD5 (rdiff-backup-1.0.3.tar.gz) = dedae55157ec11d046ffd79bd48db25c -SHA256 (rdiff-backup-1.0.3.tar.gz) = e1b5d0de59f3001afd6ed405437f137fd64688911cff7197bbed2bdb3a0e8fe2 -SIZE (rdiff-backup-1.0.3.tar.gz) = 150684 +MD5 (rdiff-backup-1.0.4.tar.gz) = 756b38aaf2602d097cafd08996fb7887 +SHA256 (rdiff-backup-1.0.4.tar.gz) = e754605b72b5498d11207920291d0eed6fa78ad46d3b9ad018cff9bb480224ea +SIZE (rdiff-backup-1.0.4.tar.gz) = 151264 --- rdiff-backup_1.0.3-1.0.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060116091237.GA61391>