diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-04-27 10:29:27 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-04-27 10:29:27 +0000 |
commit | c5167c49ba2e934bffbaacba422b57db6393c037 (patch) | |
tree | e522e319a070f2df545d1bf3366b75f936c6875e /math | |
parent | GNU Emacs Updates (diff) |
- Chase GNU Emacs updates
PR: 199553
Notes
Notes:
svn path=/head/; revision=384819
Diffstat (limited to 'math')
-rw-r--r-- | math/ess/Makefile | 1 | ||||
-rw-r--r-- | math/proofgeneral/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index 90a1be4432b3..661d22ae1829 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -3,6 +3,7 @@ PORTNAME= ess DISTVERSION= 14.09 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index e721a423ec7b..69b789332ac6 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -3,7 +3,7 @@ PORTNAME= proofgeneral PORTVERSION= 4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ PKGNAMESUFFIX= -${EMACS_NAME} |