Update to librep-0.90.5.
This commit is contained in:
parent
32e9ccbbe3
commit
914cfdf0c4
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2009/12/22 11:05:47 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2010/01/09 19:38:18 ajacoutot Exp $
|
||||
|
||||
COMMENT= Emacs Lisp-like runtime library
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
VERSION= 0.90.4
|
||||
VERSION= 0.90.5
|
||||
DISTNAME= librep-${VERSION}
|
||||
SHARED_LIBS += rep 13.0 # .13.0
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (librep-0.90.4.tar.bz2) = WUiR1cqRTu9F3nRHADLMOw==
|
||||
RMD160 (librep-0.90.4.tar.bz2) = /91Qi85EaU5bUUW05Udw0Kgxo7Q=
|
||||
SHA1 (librep-0.90.4.tar.bz2) = haTXk4FZNlMiFCp4+2yiZHEt8Js=
|
||||
SHA256 (librep-0.90.4.tar.bz2) = iSRUphVzsm4MlGI/Q+rPFmkpHX30HG7gpSElxQJdToc=
|
||||
SIZE (librep-0.90.4.tar.bz2) = 701081
|
||||
MD5 (librep-0.90.5.tar.bz2) = dudm1PcDTuKT9EBYcas00w==
|
||||
RMD160 (librep-0.90.5.tar.bz2) = 1l7F3Emj3OXvAfdFgJCRyUfBGx4=
|
||||
SHA1 (librep-0.90.5.tar.bz2) = AdbXsHE3Q7B6F7RRLH746XrtmdE=
|
||||
SHA256 (librep-0.90.5.tar.bz2) = dV3M3Gu6sbkqS4cPo6EExichFq1HSpxrPaa5h7wu1Ls=
|
||||
SIZE (librep-0.90.5.tar.bz2) = 672253
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-librep_pc_in,v 1.2 2009/12/22 11:05:47 ajacoutot Exp $
|
||||
--- librep.pc.in.orig Fri Dec 18 18:31:45 2009
|
||||
+++ librep.pc.in Sat Dec 19 10:23:26 2009
|
||||
$OpenBSD: patch-librep_pc_in,v 1.3 2010/01/09 19:38:18 ajacoutot Exp $
|
||||
--- librep.pc.in.orig Fri Jan 8 19:30:43 2010
|
||||
+++ librep.pc.in Sat Jan 9 20:30:24 2010
|
||||
@@ -8,7 +8,7 @@ repcommonexecdir=@repcommonexecdir@
|
||||
includedir=@includedir@
|
||||
includedir=@includedir@/rep/
|
||||
|
||||
Cflags: -I${includedir}/ -I${repcommonexecdir}/
|
||||
-Libs: -L@libdir@ -lrep -lcrypt -lgmp -lm
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.4 2009/11/12 22:17:53 jasper Exp $
|
||||
--- src/Makefile.in.orig Thu Nov 12 19:41:31 2009
|
||||
+++ src/Makefile.in Thu Nov 12 23:07:20 2009
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.5 2010/01/09 19:38:18 ajacoutot Exp $
|
||||
--- src/Makefile.in.orig Fri Jan 8 19:30:43 2010
|
||||
+++ src/Makefile.in Sat Jan 9 20:30:24 2010
|
||||
@@ -58,7 +58,7 @@ all : librep.la $(DL_OBJS) check-dl rep rep-remote rep
|
||||
|
||||
librep.la : $(OBJS) $(LIBOBJS) $(ALLOCA)
|
||||
librep.la : $(OBJS) $(LIBOBJS)
|
||||
$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) \
|
||||
- -version-info $(libversion) -export-symbols $(srcdir)/librep.sym \
|
||||
+ ${LIBrep_LTVERSION} -export-symbols $(srcdir)/librep.sym \
|
||||
|
@ -1,14 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2009/12/22 11:05:47 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2010/01/09 19:38:18 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/rep
|
||||
@bin bin/rep-remote
|
||||
bin/rep-xgettext
|
||||
@bin bin/repdoc
|
||||
include/rep.h
|
||||
include/rep_gh.h
|
||||
include/rep_lisp.h
|
||||
include/rep_regexp.h
|
||||
include/rep_subrs.h
|
||||
include/rep/
|
||||
include/rep/rep.h
|
||||
include/rep/rep_config.h
|
||||
include/rep/rep_gh.h
|
||||
include/rep/rep_lisp.h
|
||||
include/rep/rep_regexp.h
|
||||
include/rep/rep_subrs.h
|
||||
@info info/librep.info
|
||||
lib/librep.a
|
||||
lib/librep.la
|
||||
@ -65,7 +67,6 @@ lib/rep/${VERSION}/${GNU_ARCH}/timers.la
|
||||
lib/rep/${GNU_ARCH}/
|
||||
lib/rep/${GNU_ARCH}/install-aliases
|
||||
lib/rep/${GNU_ARCH}/libtool
|
||||
lib/rep/${GNU_ARCH}/rep_config.h
|
||||
lib/rep/${GNU_ARCH}/rules.mk
|
||||
@man man/man1/rep-remote.1
|
||||
@man man/man1/rep-xgettext.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user