diff options
author | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
commit | f924822c130c51be136909680525539e680962b9 (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /security/fsh | |
parent | 124ec3c6a06916c1d94bcc43b55da9242d82db45 (diff) | |
download | pkgsrc-f924822c130c51be136909680525539e680962b9.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index f934c8e89b3..7bb8f802dd9 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:44 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2009/02/09 22:56:26 joerg Exp $ # DISTNAME= fsh-1.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ \ http://www.lysator.liu.se/fsh/ |