ports/152391: [UPDATE] sysutils/duply update to 1.5.4

Vlad V. Teterya vlad at vlad.uz.ua
Fri Nov 19 03:10:20 UTC 2010


>Number:         152391
>Category:       ports
>Synopsis:       [UPDATE] sysutils/duply update to 1.5.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:   Fri Nov 19 03:10:17 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Vlad V. Teterya <vlad at vlad.uz.ua>
>Release:        FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
Server Labs
>Environment:
System: FreeBSD beta 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Fri Oct 1 03:34:37 EEST 2010 root at beta:/usr/obj/usr/src/sys/BETA amd64

>Description:
- Update to 1.5.4
- add bash to RUN_DEPENDS
- honour PREFIX

MAINTAINER in Cc

>How-To-Repeat:
>Fix:

--- duply.patch begins here ---
diff -ruN duply.bak/Makefile duply/Makefile
--- duply.bak/Makefile	2010-11-19 04:20:54.000000000 +0200
+++ duply/Makefile	2010-11-19 04:41:21.000000000 +0200
@@ -2,11 +2,11 @@
 # Date created:		2010-09-25
 # Whom:			Michael Ranner <michael at ranner.eu>
 #
-# $FreeBSD: ports/sysutils/duply/Makefile,v 1.1 2010/09/29 13:11:08 decke Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	duply
-PORTVERSION=	1.5.2.3
+PORTVERSION=	1.5.4
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -15,7 +15,8 @@
 MAINTAINER=	michael at ranner.eu
 COMMENT=	Shell front end for the duplicity backup tool
 
-RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity
+RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity \
+					bash:${PORTSDIR}/shells/bash
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/gpl.txt
@@ -26,11 +27,11 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
-		-e "s,/etc/duply,${LOCALBASE}/etc/duply,g" \
+		-e "s,/etc/duply,${PREFIX}/etc/duply,g" \
 		${WRKSRC}/duply
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/duply ${LOCALBASE}/bin/duply
+	@${INSTALL_SCRIPT} ${WRKSRC}/duply ${PREFIX}/bin/duply
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}/
 .	for i in ${PORTDOCS}
diff -ruN duply.bak/distinfo duply/distinfo
--- duply.bak/distinfo	2010-11-19 04:20:54.000000000 +0200
+++ duply/distinfo	2010-11-19 04:24:15.000000000 +0200
@@ -1,3 +1,2 @@
-MD5 (duply_1.5.2.3.tgz) = 7bb3af2219ba6c4dfe06856fbecbef8f
-SHA256 (duply_1.5.2.3.tgz) = c671fdc6c9f74fb31910a2c755414d83fc3afe1f83212bca541048b8d1b4a536
-SIZE (duply_1.5.2.3.tgz) = 24729
+SHA256 (duply_1.5.4.tgz) = 3fd2027f117917c4720fbebd790dfb2d826b52b87b2049e8b41d752c12b69fef
+SIZE (duply_1.5.4.tgz) = 27760
--- duply.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list