diff options
author | ashish <ashish@FreeBSD.org> | 2012-08-02 00:50:15 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2012-08-02 00:50:15 +0800 |
commit | 8aae54251dc188b33eb2f4eca56a499e5f76ace7 (patch) | |
tree | 6f89622ebaf27d03bdee9af1952a026e6287e29c /math | |
parent | dbefc3fa6334199382fe114dc768515852f593bb (diff) | |
download | freebsd-ports-gnome-8aae54251dc188b33eb2f4eca56a499e5f76ace7.tar.gz freebsd-ports-gnome-8aae54251dc188b33eb2f4eca56a499e5f76ace7.tar.zst freebsd-ports-gnome-8aae54251dc188b33eb2f4eca56a499e5f76ace7.zip |
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
Diffstat (limited to 'math')
-rw-r--r-- | math/ess/Makefile | 2 | ||||
-rw-r--r-- | math/proofgeneral/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index b38502ec80b7..d0a68eba6c5f 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -7,7 +7,7 @@ PORTNAME= ess DISTVERSION= 12.04-4 -PORTREVISION= 2 +PORTREVISION= 3 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 823c2c032cf3..0f18c230a4e7 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -7,7 +7,7 @@ PORTNAME= proofgeneral PORTVERSION= 4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ PKGNAMESUFFIX= -${EMACS_NAME} |