- binary prefixes are now compatible with IEC 60027 - progress are now displayed immediately after the startup Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!