diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-04-14 11:58:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-04-14 11:58:29 +0000 |
commit | a6c62a969c32311214e648034c2954d9ac95f437 (patch) | |
tree | 2499d3033e19512bb49edd68efbfa5301e550b28 /editors | |
parent | 020a0fb5ec8af319ba5d7d071dcbd3c76e41bb49 (diff) | |
download | ports-a6c62a969c32311214e648034c2954d9ac95f437.tar.gz ports-a6c62a969c32311214e648034c2954d9ac95f437.zip |
- Oops, PORTEPOCH shouldn't go backwards!
Reported by: danfe
Pointyhat to: swills
Notes
Notes:
svn path=/head/; revision=351254
Diffstat (limited to 'editors')
-rw-r--r-- | editors/slime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/slime/Makefile b/editors/slime/Makefile index 1a949f08bc6c..e5bcf81887e0 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -3,7 +3,7 @@ PORTNAME= slime PORTVERSION= 2.5 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= editors elisp MASTER_SITES= https://codeload.github.com/slime/slime/legacy.tar.gz/v2.5?dummy=/ |