diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-06-25 12:10:02 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-06-25 12:10:02 +0000 |
commit | d8b6513e944fabb5f1e02937a05e849ef2319fd3 (patch) | |
tree | 97a937189241c668117ff2f6ce8004bcb217bd0f /sysutils/fpart | |
parent | 21413d18f5c4faabf69484fd8011410b62a614ab (diff) | |
download | ports-d8b6513e944fabb5f1e02937a05e849ef2319fd3.tar.gz ports-d8b6513e944fabb5f1e02937a05e849ef2319fd3.zip |
Notes
Diffstat (limited to 'sysutils/fpart')
-rw-r--r-- | sysutils/fpart/Makefile | 8 | ||||
-rw-r--r-- | sysutils/fpart/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile index a042d58d4f4c..73655ec0cf28 100644 --- a/sysutils/fpart/Makefile +++ b/sysutils/fpart/Makefile @@ -2,18 +2,20 @@ # $FreeBSD$ PORTNAME= fpart -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://contribs.martymac.org/fpart/ -EXTRACT_SUFX= .tgz MAINTAINER= martymac@FreeBSD.org COMMENT= Sort and pack files into partitions LICENSE= BSD -MANCOMPRESSED= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-embfts + +MANCOMPRESSED= no MAN1= fpart.1 PLIST_FILES= bin/fpart PORTDOCS= Changelog README TODO diff --git a/sysutils/fpart/distinfo b/sysutils/fpart/distinfo index 02c98347887e..867dced6dd25 100644 --- a/sysutils/fpart/distinfo +++ b/sysutils/fpart/distinfo @@ -1,2 +1,2 @@ -SHA256 (fpart-0.7.tgz) = 1e4786138b60be87363df9ef6123c4e9fce1bd2579f8d7728f70a6cdf5346ca2 -SIZE (fpart-0.7.tgz) = 40839 +SHA256 (fpart-0.8.tar.gz) = c5bf26995291f6dd2efefd05bd7d9052a32fbf87854f8b308a196fd35e68819d +SIZE (fpart-0.8.tar.gz) = 157840 |