diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-02-18 08:29:37 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-02-18 08:29:37 +0000 |
commit | ebca066845cbe2fc8f11ffc9671b39b3acb32755 (patch) | |
tree | f9081dead1a99ddf4dd88dea6dcd32e010361dd8 /sysutils/fpart | |
parent | - Trim header (diff) |
- Update to 0.7
- Update description
Notes
Notes:
svn path=/head/; revision=312489
Diffstat (limited to 'sysutils/fpart')
-rw-r--r-- | sysutils/fpart/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fpart/distinfo | 4 | ||||
-rw-r--r-- | sysutils/fpart/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile index 4e250c8480d4..a042d58d4f4c 100644 --- a/sysutils/fpart/Makefile +++ b/sysutils/fpart/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= fpart -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://contribs.martymac.org/fpart/ EXTRACT_SUFX= .tgz MAINTAINER= martymac@FreeBSD.org -COMMENT= Sort files and divide them into partitions +COMMENT= Sort and pack files into partitions LICENSE= BSD diff --git a/sysutils/fpart/distinfo b/sysutils/fpart/distinfo index fff1f2f625e5..02c98347887e 100644 --- a/sysutils/fpart/distinfo +++ b/sysutils/fpart/distinfo @@ -1,2 +1,2 @@ -SHA256 (fpart-0.6.tgz) = e84b900cde4a047a9f1490f0c3bb8412e1d6e69d52f358c5a13b049520251642 -SIZE (fpart-0.6.tgz) = 37239 +SHA256 (fpart-0.7.tgz) = 1e4786138b60be87363df9ef6123c4e9fce1bd2579f8d7728f70a6cdf5346ca2 +SIZE (fpart-0.7.tgz) = 40839 diff --git a/sysutils/fpart/pkg-descr b/sysutils/fpart/pkg-descr index 8700e4bb0430..e62d5949afb6 100644 --- a/sysutils/fpart/pkg-descr +++ b/sysutils/fpart/pkg-descr @@ -1,4 +1,4 @@ -Fpart is a tool that helps you sort files and divide them into bags +Fpart is a tool that helps you sort files and pack them into bags ("partitions"). It is developped in C and available under the BSD license. It splits a list of directories and files into a certain number of partitions, |