diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-20 07:32:42 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-20 07:32:42 +0000 |
commit | 90f081d84543f374736714906d2a7877c342a05e (patch) | |
tree | 3b15fda4c79c6646dd1b5d267635590673447175 /net | |
parent | upgrade to 1.0.12 (diff) |
- Update to 0.4.2
- Add pkg-message (1)
PR: 39065
Submitted by: Andy Sparrow <spadger@best.com> (1)
Notes
Notes:
svn path=/head/; revision=61623
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnd/Makefile | 17 | ||||
-rw-r--r-- | net/wmnd/distinfo | 2 | ||||
-rw-r--r-- | net/wmnd/pkg-message | 11 |
3 files changed, 17 insertions, 13 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index a060649edf3e..27ed82f14dc1 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -6,29 +6,22 @@ # PORTNAME= wmnd -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= net MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/ MAINTAINER= flag@gufi.org -BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 - USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} +CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \ + --program-transform-name="" MAN1= wmnd.1 -pre-patch: -.for m in Makefile.in doc/Makefile.in examples/Makefile.in src/Makefile.in - @${PERL} -pi -e 's|\@program_transform_name\@||' ${WRKSRC}/${m} -.endfor -.for files in install-sh config.sub mkinstalldirs - @${LN} -sf ${LOCALBASE}/share/automake14/automake/${files} \ - ${WRKSRC}/${files} -.endfor +post-install: + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/net/wmnd/distinfo b/net/wmnd/distinfo index c7710de7c4ca..19935d641d94 100644 --- a/net/wmnd/distinfo +++ b/net/wmnd/distinfo @@ -1 +1 @@ -MD5 (wmnd-0.4.1.tar.gz) = ee1e769359cdb59f6baebe9e7b9fbcd0 +MD5 (wmnd-0.4.2.tar.gz) = 36daca2e79bc239e823ae84d0a0f0554 diff --git a/net/wmnd/pkg-message b/net/wmnd/pkg-message new file mode 100644 index 000000000000..44b50df48d38 --- /dev/null +++ b/net/wmnd/pkg-message @@ -0,0 +1,11 @@ + + ---------------------------------------------------------- + Existing users of 'wmnd' be aware that the graph scrolling + speed is now specified in tenths of a second (previous + setting was per-second), so you may want to update + your ~/.wmndrc accordingly (this is the 'scroll' + variable). + + Some modes look much nicer with a fast update. YMMV. + ---------------------------------------------------------- + |