summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoragc <agc>1999-08-13 09:37:28 +0000
committeragc <agc>1999-08-13 09:37:28 +0000
commit8ad21a1f44d04f6ead6f535c15fa6ea55b78c543 (patch)
treec76cc146c05c936f9456a3d461d746e27619af49 /misc
parent7e452c9f16feeac203405f12c62dcf14aff171a1 (diff)
downloadpkgsrc-8ad21a1f44d04f6ead6f535c15fa6ea55b78c543.tar.gz
screen-3.9.3 doesn't exist on the master site. 3.9.4 is the latest version,
with an additional "tty mode fix" over 3.9.3. Whilst I'm here, make the PLIST handling a bit smarter, by using automatic ${DISTNAME} substitution. This means that the PLIST doesn't have to be updated every time there's a new screen version, just to pull in the new version number - it will be done automatically.
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/Makefile7
-rw-r--r--misc/screen/files/md54
-rw-r--r--misc/screen/pkg/PLIST4
3 files changed, 9 insertions, 6 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index a84805f577c..529f03ad2a8 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 1999/08/10 17:43:55 tron Exp $
+# $NetBSD: Makefile,v 1.18 1999/08/13 09:37:28 agc Exp $
# FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp
#
-DISTNAME= screen-3.9.3
+DISTNAME= screen-3.9.4
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU:=screen/}
@@ -12,8 +12,11 @@ MAINTAINER= hubertf@netbsd.org
GNU_CONFIGURE= yes
INFO_FILES= screen.info
+PLIST_SRC= ${WRKDIR}/PLIST-src
+
post-install:
@${MKDIR} ${PREFIX}/share/examples/screen
${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/share/examples/screen/screenrc
+ ${SED} -e 's|@DISTNAME@|${DISTNAME}|g' ${PKGDIR}/PLIST > ${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/screen/files/md5 b/misc/screen/files/md5
index 7ccc73dc803..325dfaa711a 100644
--- a/misc/screen/files/md5
+++ b/misc/screen/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.6 1999/08/10 17:43:55 tron Exp $
+$NetBSD: md5,v 1.7 1999/08/13 09:37:29 agc Exp $
-MD5 (screen-3.9.3.tar.gz) = adf9a6f52fda72028d166beb6e1c056a
+MD5 (screen-3.9.4.tar.gz) = 7de72cd18f7adcdf993ecc6764d0478a
diff --git a/misc/screen/pkg/PLIST b/misc/screen/pkg/PLIST
index dac25318b1e..f082bccb776 100644
--- a/misc/screen/pkg/PLIST
+++ b/misc/screen/pkg/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.10 1999/08/10 17:43:56 tron Exp $
+@comment $NetBSD: PLIST,v 1.11 1999/08/13 09:37:29 agc Exp $
bin/screen
-bin/screen-3.9.3
+bin/@DISTNAME@
man/man1/screen.1
@unexec install-info --delete %D/info/screen.info %D/info/dir
info/screen.info