Update to 0.92.1b
PR: 161625 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
f137a31a2d
commit
e2bb08665c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283845
@ -6,14 +6,15 @@
|
||||
# $MCom: ports/lang/librep/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $
|
||||
|
||||
PORTNAME= librep
|
||||
PORTVERSION= 0.92.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.92.1b
|
||||
CATEGORIES= lang elisp gnome
|
||||
MASTER_SITES= http://download.tuxfamily.org/librep/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An Emacs Lisp like runtime library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm \
|
||||
ffi.5:${PORTSDIR}/devel/libffi \
|
||||
gmp.10:${PORTSDIR}/math/gmp
|
||||
@ -29,14 +30,15 @@ USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \
|
||||
--with-stack-direction=-1
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= rep.1 rep-remote.1 rep-xgettext.1 repdoc.1
|
||||
INFO= librep
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (librep-0.92.0.tar.xz) = 206628424a5f068e5ac08351b8c1e33737ee1ea82e1e587b3ce48a8669366489
|
||||
SIZE (librep-0.92.0.tar.xz) = 603924
|
||||
SHA256 (librep-0.92.1b.tar.xz) = aedca2716252a1ff2256aca321cce35646b795840b65a3c481708c04a6fd7e3e
|
||||
SIZE (librep-0.92.1b.tar.xz) = 598352
|
||||
|
@ -208,6 +208,8 @@ share/rep/lisp/rep/util/ispell.jl
|
||||
share/rep/lisp/rep/util/ispell.jlc
|
||||
share/rep/lisp/rep/util/memoize.jl
|
||||
share/rep/lisp/rep/util/memoize.jlc
|
||||
share/rep/lisp/rep/util/misc.jl
|
||||
share/rep/lisp/rep/util/misc.jlc
|
||||
share/rep/lisp/rep/util/repl.jl
|
||||
share/rep/lisp/rep/util/repl.jlc
|
||||
share/rep/lisp/rep/util/time.jl
|
||||
|
Loading…
Reference in New Issue
Block a user