diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-06 01:44:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-06 01:44:45 +0000 |
commit | 70e5fd6ca14043ea1e9103993decd277e6f10a17 (patch) | |
tree | 6446a3d7ca31c022859dbc129c48bcc41c1d3e6b /math | |
parent | 32d06d4d61c59b3adba55628f06ef8e59d78744d (diff) | |
download | pkgsrc-70e5fd6ca14043ea1e9103993decd277e6f10a17.tar.gz |
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
Diffstat (limited to 'math')
-rw-r--r-- | math/ess/Makefile | 4 | ||||
-rw-r--r-- | math/texdrive/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index 1c0eea1ed3a..bf7e92e697c 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2008/10/11 09:31:57 uebayasi Exp $ +# $NetBSD: Makefile,v 1.19 2009/08/06 01:44:54 minskim Exp $ DISTNAME= ess-5.3.4 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz diff --git a/math/texdrive/Makefile b/math/texdrive/Makefile index f16966a4e86..176dde852b9 100644 --- a/math/texdrive/Makefile +++ b/math/texdrive/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 12:19:59 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/06 01:44:54 minskim Exp $ # DISTNAME= texdrive PKGNAME= texdrive-0.0.20081126.171834 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.djcbsoftware.nl/code/texdrive/ EXTRACT_SUFX= .el |