svn commit: r351254 - head/editors/slime
Steve Wills
swills at FreeBSD.org
Mon Apr 14 11:58:29 UTC 2014
Author: swills
Date: Mon Apr 14 11:58:29 2014
New Revision: 351254
URL: http://svnweb.freebsd.org/changeset/ports/351254
QAT: https://qat.redports.org/buildarchive/r351254/
Log:
- Oops, PORTEPOCH shouldn't go backwards!
Reported by: danfe
Pointyhat to: swills
Modified:
head/editors/slime/Makefile
Modified: head/editors/slime/Makefile
==============================================================================
--- head/editors/slime/Makefile Mon Apr 14 10:32:54 2014 (r351253)
+++ head/editors/slime/Makefile Mon Apr 14 11:58:29 2014 (r351254)
@@ -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=/
More information about the svn-ports-all
mailing list