Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 2010 23:05:09 +0200 (EET)
From:      "Vlad V. Teterya" <vlad@vlad.uz.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        michael@ranner.eu
Subject:   ports/153410: [UPDATE] sysutils/duply update to 1.5.4.1
Message-ID:  <20101223210509.506E917076B@beta.all-biz.info>
Resent-Message-ID: <201012232110.oBNLABaQ018016@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153410
>Category:       ports
>Synopsis:       [UPDATE] sysutils/duply update to 1.5.4.1
>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:   Thu Dec 23 21:10:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Vlad V. Teterya <vlad@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@beta:/usr/obj/usr/src/sys/BETA amd64


>Description:
- Update to 1.5.4.1
- Remove unneeded post-patch action (shebang uses /usr/bin/env bash)

MAINTAINER in Cc

>How-To-Repeat:
>Fix:


--- duply-1.5.4.1.patch begins here ---
diff -ruN duply.bak/Makefile duply/Makefile
--- duply.bak/Makefile	2010-12-23 22:40:58.000000000 +0200
+++ duply/Makefile	2010-12-23 22:45:05.000000000 +0200
@@ -2,12 +2,11 @@
 # Date created:		2010-09-25
 # Whom:			Michael Ranner <michael@ranner.eu>
 #
-# $FreeBSD: ports/sysutils/duply/Makefile,v 1.3 2010/12/16 02:34:04 glarkin Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	duply
-PORTVERSION=	1.5.4
-PORTREVISION=	1
+PORTVERSION=	1.5.4.1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -27,9 +26,7 @@
 PLIST_FILES=	bin/duply
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
-		-e "s,/etc/duply,${PREFIX}/etc/duply,g" \
-		${WRKSRC}/duply
+	@${REINPLACE_CMD} -e "s,/etc/duply,${PREFIX}/etc/duply,g" ${WRKSRC}/duply
 
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/duply ${PREFIX}/bin/duply
diff -ruN duply.bak/distinfo duply/distinfo
--- duply.bak/distinfo	2010-12-23 22:40:58.000000000 +0200
+++ duply/distinfo	2010-12-23 22:42:50.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (duply_1.5.4.tgz) = 3fd2027f117917c4720fbebd790dfb2d826b52b87b2049e8b41d752c12b69fef
-SIZE (duply_1.5.4.tgz) = 27760
+SHA256 (duply_1.5.4.1.tgz) = 1a049942e41d601e85b56dce8c4b2ac80272a06c9ab37a733e59e1cf44f3aab1
+SIZE (duply_1.5.4.1.tgz) = 28247
--- duply-1.5.4.1.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101223210509.506E917076B>