diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-04-20 14:46:58 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-20 14:46:58 +0000 |
commit | 280c4ced0a6a57ca141142590804d920eb01dfb8 (patch) | |
tree | 70739fe8a52cdc2c5c392dcdcb22abbbf8699f50 /misc | |
parent | 048bab5ba67493ba5a1bd38ee28ef4482ae84b9f (diff) | |
download | ports-280c4ced0a6a57ca141142590804d920eb01dfb8.tar.gz ports-280c4ced0a6a57ca141142590804d920eb01dfb8.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/clpbar/Makefile | 12 | ||||
-rw-r--r-- | misc/clpbar/distinfo | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile index 8ae427f174bb..66d165e84764 100644 --- a/misc/clpbar/Makefile +++ b/misc/clpbar/Makefile @@ -7,23 +7,21 @@ # PORTNAME= clpbar -PORTVERSION= 1.10.4 +PORTVERSION= 1.10.6 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= bar-${PORTVERSION} +DISTNAME= bar_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@unixfreunde.de COMMENT= Command Line Progress Bar -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/bar-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +MAKE_ARGS+= CFLAGS+="${CFLAGS}" MAN1= bar.1 PLIST_FILES= bin/bar -post-patch: - @${REINPLACE_CMD} -e 's|= -O2|= @CFLAGS@|g' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> diff --git a/misc/clpbar/distinfo b/misc/clpbar/distinfo index 560311960758..fa18a089eb50 100644 --- a/misc/clpbar/distinfo +++ b/misc/clpbar/distinfo @@ -1,3 +1,3 @@ -MD5 (bar-1.10.4.tar.gz) = 5c6792ba8b852d293466bf1b97032426 -SHA256 (bar-1.10.4.tar.gz) = f4f52ab72af5a0d17305b2e49e1c7e085d002275b672271ee0f7ca124433e21b -SIZE (bar-1.10.4.tar.gz) = 137536 +MD5 (bar_1.10.6.tar.gz) = 084f59ae57e9b4226a1b36003e237fb1 +SHA256 (bar_1.10.6.tar.gz) = dee71fb893ce0d70ca8fb4c43f6810c19db82cb7187132a738ec762eeff0e3b6 +SIZE (bar_1.10.6.tar.gz) = 161952 |