Bug 176818 - [PATCH] sysutils/duply: update to 1.5.9
Summary: [PATCH] sysutils/duply: update to 1.5.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-10 18:50 UTC by michael
Modified: 2013-03-11 01:20 UTC (History)
0 users

See Also:


Attachments
duply-1.5.9.patch (1.46 KB, patch)
2013-03-10 18:50 UTC, michael
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description michael 2013-03-10 18:50:01 UTC
- Update to 1.5.9
- Cleanup Makefile header for portlint
- Tested with port test

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2013-03-10 19:12:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-11 01:10:09 UTC
Author: beech
Date: Mon Mar 11 01:09:57 2013
New Revision: 313851
URL: http://svnweb.freebsd.org/changeset/ports/313851

Log:
  - Update to 1.5.9
  - Cleanup Makefile header for portlint
  
  PR:		ports/176818
  Submitted by:	Michael Ranner <michael@ranner.eu> (maintainer)

Modified:
  head/sysutils/duply/Makefile   (contents, props changed)
  head/sysutils/duply/distinfo   (contents, props changed)

Modified: head/sysutils/duply/Makefile
==============================================================================
--- head/sysutils/duply/Makefile	Mon Mar 11 00:51:39 2013	(r313850)
+++ head/sysutils/duply/Makefile	Mon Mar 11 01:09:57 2013	(r313851)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	duply
-# Date created:		2010-09-25
-# Whom:			Michael Ranner <michael@ranner.eu>
-#
+# Created By: Michael Ranner <michael@ranner.eu>
 # $FreeBSD$
-#
 
 PORTNAME=	duply
-PORTVERSION=	1.5.5.1
+PORTVERSION=	1.5.9
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -15,11 +11,12 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	michael@ranner.eu
 COMMENT=	Shell front end for the duplicity backup tool
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
+
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		duplicity:${PORTSDIR}/sysutils/duplicity
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
 NO_BUILD=	yes
 
 PORTDOCS=	INSTALL.txt gpl-2.0.txt

Modified: head/sysutils/duply/distinfo
==============================================================================
--- head/sysutils/duply/distinfo	Mon Mar 11 00:51:39 2013	(r313850)
+++ head/sysutils/duply/distinfo	Mon Mar 11 01:09:57 2013	(r313851)
@@ -1,2 +1,2 @@
-SHA256 (duply_1.5.5.1.tgz) = 15860f5d22d4e6f02961a9b5a93024475bdc51333de7bd2ba9f2b0b0d02fe297
-SIZE (duply_1.5.5.1.tgz) = 30018
+SHA256 (duply_1.5.9.tgz) = e8de8e6b477f3abe9c5a959aabe7b6c030594aa982c54818b8bf6ac3612c6f7d
+SIZE (duply_1.5.9.tgz) = 31753
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2013-03-11 01:10:23 UTC
State Changed
From-To: open->closed

Committed, Thanks!