aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-split-sequence-sbcl
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cl-split-sequence-sbcl')
-rw-r--r--devel/cl-split-sequence-sbcl/Makefile5
-rw-r--r--devel/cl-split-sequence-sbcl/pkg-descr2
2 files changed, 2 insertions, 5 deletions
diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile
index fd1eb3a59059..0dd737604944 100644
--- a/devel/cl-split-sequence-sbcl/Makefile
+++ b/devel/cl-split-sequence-sbcl/Makefile
@@ -1,14 +1,13 @@
-# Created by: Henrik Motakef <henrik.motakef@web.de>
-
PORTNAME= split-sequence
PORTVERSION= 20011114.1
-PORTREVISION= 58
+PORTREVISION= 85
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Partitioning Common Lisp sequences
+WWW= https://www.cliki.net/SPLIT-SEQUENCE
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence
diff --git a/devel/cl-split-sequence-sbcl/pkg-descr b/devel/cl-split-sequence-sbcl/pkg-descr
index 3a199da9f65d..81a98c0114f5 100644
--- a/devel/cl-split-sequence-sbcl/pkg-descr
+++ b/devel/cl-split-sequence-sbcl/pkg-descr
@@ -2,5 +2,3 @@ split-sequence is a small library to split sequences in to a list of
subsequences delimited by an object satisfying a test function. It is
a member of the Common Lisp Utilities family of programs, designed by
community consensus.
-
-WWW: http://www.cliki.net/SPLIT-SEQUENCE