aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-alexandria-sbcl
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-01-01 01:08:55 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2021-01-01 01:08:55 +0000
commita7a0a3c02211b3451c31a7cbbef82ddf0a14effa (patch)
treed0fa1499de030cb79c874715fc3366ee01e58717 /devel/cl-alexandria-sbcl
parente095f78463023f59c04bdd21ffc95fada557410f (diff)
downloadports-a7a0a3c02211b3451c31a7cbbef82ddf0a14effa.tar.gz
ports-a7a0a3c02211b3451c31a7cbbef82ddf0a14effa.zip
devel/cl-alexandria: Update to version 1.2
- Add License - Pull tarball from current development location, gitlab.common-lisp.net - Chase this update in x11-wm/stumpwm Approved by: olgeni (maintainer) Differential Revision: https://reviews.freebsd.org/D27805
Notes
Notes: svn path=/head/; revision=559793
Diffstat (limited to 'devel/cl-alexandria-sbcl')
-rw-r--r--devel/cl-alexandria-sbcl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile
index d5707b89cef3..387fad000a8c 100644
--- a/devel/cl-alexandria-sbcl/Makefile
+++ b/devel/cl-alexandria-sbcl/Makefile
@@ -1,12 +1,14 @@
# $FreeBSD$
PORTNAME= alexandria
-PORTVERSION= 2010.01.16
-PORTREVISION= 52
+PORTVERSION= 1.2
+PORTEPOCH= 1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
+LICENSE= PD
+
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Collection of portable public domain utilities for Common Lisp