- Update to version 1.1.1

- Takeover as MAINTAINER

PR: 29512
Submitted by: Anders Nordby <anders@fix.no>
This commit is contained in:
Kevin Lo 2001-08-13 13:21:05 +00:00
parent 2b40975341
commit c2320220d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46190
3 changed files with 7 additions and 5 deletions

View file

@ -6,18 +6,21 @@
#
PORTNAME= bchunk
PORTVERSION= 1.0.0
PORTVERSION= 1.1.1
CATEGORIES= sysutils
MASTER_SITES= http://hes.iki.fi/bchunk/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/disk-management
MAINTAINER= ports@FreeBSD.org
MAINTAINER= anders@fix.no
MAN1= bchunk.1
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (bchunk-1.0.0.tar.gz) = 09ee48d87a4643dcaefe471f7ca4becb
MD5 (bchunk-1.1.1.tar.gz) = 9a86fde990df3a58fad51876139f121c

View file

@ -15,5 +15,4 @@ using sox.
WWW: http://hes.iki.fi/bchunk/
- Adam McDougall
bsdx@spawnet.com
- Anders Nordby <anders@fix.no>