diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-01 05:29:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-01 05:29:18 +0000 |
commit | b8f9207f300a55eb0ad54e27df911a32e68c45f8 (patch) | |
tree | 76150594c7b2fdb98ada1194ab2f4ab0f27737c2 /sysutils/pp | |
parent | 5420cd67e64dde4f8d5dbd0f570174951fac5065 (diff) |
Notes
Diffstat (limited to 'sysutils/pp')
-rw-r--r-- | sysutils/pp/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pp/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pp/pkg-descr | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/pp/Makefile b/sysutils/pp/Makefile index facc02f91908..a0bff28891ff 100644 --- a/sysutils/pp/Makefile +++ b/sysutils/pp/Makefile @@ -6,16 +6,16 @@ # PORTNAME= pp -PORTVERSION= 1.0 +PORTVERSION= 1.02 CATEGORIES= sysutils -MASTER_SITES= http://pipe-progress.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ + http://de.nologin.ru/distfiles/sysutils/pp/ +PROJECTHOST= pipe-progress MAINTAINER= a.arepo@gmail.com COMMENT= Small and fast progressbar for pipe USE_BZIP2= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} PLIST_FILES= bin/pp diff --git a/sysutils/pp/distinfo b/sysutils/pp/distinfo index 2e680fba52e8..1d04016104d4 100644 --- a/sysutils/pp/distinfo +++ b/sysutils/pp/distinfo @@ -1,2 +1,2 @@ -SHA256 (pp-1.0.tar.bz2) = efb9c08f015d5935e9c81f3eb9267144c76e8ca52aabb390c97316619461b237 -SIZE (pp-1.0.tar.bz2) = 70142 +SHA256 (pp-1.02.tar.bz2) = 033a948f6c36c08b7d19c050aff12afc5664d7b9bd65b687cc70c6a77a47df9c +SIZE (pp-1.02.tar.bz2) = 4216 diff --git a/sysutils/pp/pkg-descr b/sysutils/pp/pkg-descr index 10570f477a8f..8fee7254b8f8 100644 --- a/sysutils/pp/pkg-descr +++ b/sysutils/pp/pkg-descr @@ -1,3 +1,3 @@ -Light-weight and fast realization of progress-bar for pipe. +Light-weight and fast realization of progress bar for pipe. -WWW: http://code.google.com/p/pipe-progress/ +WWW: http://code.google.com/p/pipe-progress/ |