Bug 180028 - Updated port: sysutils/clone
Summary: Updated port: sysutils/clone
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 15:10 UTC by cyclaero
Modified: 2013-06-28 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (796 bytes, patch)
2013-06-27 15:10 UTC, cyclaero
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cyclaero 2013-06-27 15:10:00 UTC
Update from version 1.0.1 to 1.0.2

This update brings some minor improvements and fixes an issue with the synchronization mode, for the details see the ChangeLog included in the source package.

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-06-27 18:52:36 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-27 18:52:52 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-06-27 22:54:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-28 12:39:32 UTC
Author: wg
Date: Fri Jun 28 11:39:19 2013
New Revision: 321956
URL: http://svnweb.freebsd.org/changeset/ports/321956

Log:
  sysutils/clone: update to 1.0.2
  
  - Update to 1.0.2
  
  Changes:
  https://code.google.com/p/clone/source/browse/trunk/ChangeLog
  
  PR:		ports/180028
  Submitted by:	Dr. Rolf Jansen <cyclaero@gmail.com> (maintainer)

Modified:
  head/sysutils/clone/Makefile
  head/sysutils/clone/distinfo

Modified: head/sysutils/clone/Makefile
==============================================================================
--- head/sysutils/clone/Makefile	Fri Jun 28 11:07:48 2013	(r321955)
+++ head/sysutils/clone/Makefile	Fri Jun 28 11:39:19 2013	(r321956)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	clone
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/sysutils/clone/distinfo
==============================================================================
--- head/sysutils/clone/distinfo	Fri Jun 28 11:07:48 2013	(r321955)
+++ head/sysutils/clone/distinfo	Fri Jun 28 11:39:19 2013	(r321956)
@@ -1,2 +1,2 @@
-SHA256 (clone-1.0.1.tar.gz) = a7c3777a6dbc240f0d957e7069584eef02db6b9f13933ffeef6b2412e43ce159
-SIZE (clone-1.0.1.tar.gz) = 24767
+SHA256 (clone-1.0.2.tar.gz) = c6ed6a6a47fb9ae9ebb897fe5cea2d283be02702506b582beeb58fa4d1c17588
+SIZE (clone-1.0.2.tar.gz) = 23174
_______________________________________________
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 5 William Grzybowski freebsd_committer freebsd_triage 2013-06-28 12:40:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!