Bug 177955 - Update port: sysutils/pp 1.02 -> 1.03
Summary: Update port: sysutils/pp 1.02 -> 1.03
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-18 15:20 UTC by Artem Zaytsev
Modified: 2013-04-19 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.19 KB, patch)
2013-04-18 15:20 UTC, Artem Zaytsev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Zaytsev 2013-04-18 15:20:00 UTC
 - binary prefixes are now compatible with IEC 60027
 - progress are now displayed immediately after the startup

Fix: Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-04-18 18:04:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-19 14:19:53 UTC
Author: culot
Date: Fri Apr 19 13:19:45 2013
New Revision: 316101
URL: http://svnweb.freebsd.org/changeset/ports/316101

Log:
  - Update to 1.03
  
  PR:		ports/177955
  Submitted by: 	Artem Zaytsev <a.arepo@gmail.com> (maintainer)
  Feature safe:	yes

Modified:
  head/sysutils/pp/Makefile
  head/sysutils/pp/distinfo
  head/sysutils/pp/pkg-descr

Modified: head/sysutils/pp/Makefile
==============================================================================
--- head/sysutils/pp/Makefile	Fri Apr 19 13:11:57 2013	(r316100)
+++ head/sysutils/pp/Makefile	Fri Apr 19 13:19:45 2013	(r316101)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pp
-PORTVERSION=	1.02
+PORTVERSION=	1.03
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE \
 		http://de.nologin.ru/distfiles/sysutils/pp/

Modified: head/sysutils/pp/distinfo
==============================================================================
--- head/sysutils/pp/distinfo	Fri Apr 19 13:11:57 2013	(r316100)
+++ head/sysutils/pp/distinfo	Fri Apr 19 13:19:45 2013	(r316101)
@@ -1,2 +1,2 @@
-SHA256 (pp-1.02.tar.bz2) = 033a948f6c36c08b7d19c050aff12afc5664d7b9bd65b687cc70c6a77a47df9c
-SIZE (pp-1.02.tar.bz2) = 4216
+SHA256 (pp-1.03.tar.bz2) = 30d162712d8d0faa0f97d5067335f3186b91a56d1ba3a5168f2beba7a6326a5c
+SIZE (pp-1.03.tar.bz2) = 5377

Modified: head/sysutils/pp/pkg-descr
==============================================================================
--- head/sysutils/pp/pkg-descr	Fri Apr 19 13:11:57 2013	(r316100)
+++ head/sysutils/pp/pkg-descr	Fri Apr 19 13:19:45 2013	(r316101)
@@ -1,3 +1,3 @@
 Light-weight and fast realization of progress bar for pipe.
 
-WWW: http://code.google.com/p/pipe-progress/
+WWW: https://github.com/avz/pp
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2013-04-19 14:19:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!