- update to 0.92.1

This commit is contained in:
jasper 2011-11-15 19:32:14 +00:00
parent 88435c9249
commit 5594a6eadb
7 changed files with 31 additions and 29 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.53 2011/07/18 17:26:41 naddy Exp $
# $OpenBSD: Makefile,v 1.54 2011/11/15 19:32:14 jasper Exp $
COMMENT= Emacs Lisp-like runtime library
SHARED_ONLY= Yes
VERSION= 0.92.0
VERSION= 0.92.1
DISTNAME= librep-${VERSION}
SHARED_LIBS += rep 14.0 # .16.0
@ -21,7 +21,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.tuxfamily.org/librep/
EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tar.xz
WANTLIB= c gdbm gmp ffi m ncurses readline

View File

@ -1,5 +1,5 @@
MD5 (librep-0.92.0.tar.bz2) = EXXFOy/eVYRUubFcnpZbQQ==
RMD160 (librep-0.92.0.tar.bz2) = Tj2aylevGj/nM5z5EsN/XimKpn4=
SHA1 (librep-0.92.0.tar.bz2) = q5GVAX5MYkjOeJY8xXZC34O82pk=
SHA256 (librep-0.92.0.tar.bz2) = ffDNjnHHfn+XSdFCXBUMav+SgwR5YIufkKSsxjmxM5I=
SIZE (librep-0.92.0.tar.bz2) = 651552
MD5 (librep-0.92.1.tar.xz) = jWVvDCpj5GR57cj82xtRKQ==
RMD160 (librep-0.92.1.tar.xz) = MgSZQYckeVwpxz5SOJaB5atysnc=
SHA1 (librep-0.92.1.tar.xz) = eI9qtmANPO489YuA5I0fJKuxnZE=
SHA256 (librep-0.92.1.tar.xz) = R7GpSWL5GCeT49ekKcpijGRWc+OxyT/qZFXVE2MbBpA=
SIZE (librep-0.92.1.tar.xz) = 604724

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.1 2009/10/09 13:04:43 jasper Exp $
--- Makefile.in.orig Sun Sep 27 21:02:17 2009
+++ Makefile.in Sun Sep 27 21:10:51 2009
@@ -50,7 +50,6 @@ install : all installdirs
$OpenBSD: patch-Makefile_in,v 1.2 2011/11/15 19:32:14 jasper Exp $
--- Makefile.in.orig Mon Aug 22 18:52:09 2011
+++ Makefile.in Tue Nov 15 20:06:47 2011
@@ -46,7 +46,6 @@ install : all installdirs
done
$(INSTALL_DATA) doc-strings $(DESTDIR)$(repexecdir)
$(INSTALL_SCRIPT) emulate-gnu-tar $(DESTDIR)$(repexecdir)

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-librep_pc_in,v 1.5 2011/05/02 17:22:37 jasper Exp $
--- librep.pc.in.orig Sun May 1 09:03:25 2011
+++ librep.pc.in Mon May 2 18:50:28 2011
@@ -7,7 +7,7 @@ repcommonexecdir=@repcommonexecdir@
includedir=@includedir@
$OpenBSD: patch-librep_pc_in,v 1.6 2011/11/15 19:32:14 jasper Exp $
--- librep.pc.in.orig Mon Aug 22 18:52:09 2011
+++ librep.pc.in Tue Nov 15 20:06:47 2011
@@ -11,7 +11,7 @@ includedir=@includedir@
datarootdir=@datarootdir@
Cflags: -I${includedir}/ -I${repcommonexecdir}/
-Libs: -L@libdir@ -lrep -lcrypt -lgmp -lm

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-man_Makefile_in,v 1.1 2009/12/22 11:05:47 ajacoutot Exp $
--- man/Makefile.in.orig Fri Dec 18 18:31:45 2009
+++ man/Makefile.in Sat Dec 19 11:05:18 2009
@@ -50,18 +50,17 @@ install : librep.info installdirs
$OpenBSD: patch-man_Makefile_in,v 1.2 2011/11/15 19:32:14 jasper Exp $
--- man/Makefile.in.orig Tue Nov 15 19:58:14 2011
+++ man/Makefile.in Tue Nov 15 19:58:38 2011
@@ -49,18 +49,17 @@ install : librep.info installdirs
done
-install-info --info-dir=$(DESTDIR)$(infodir) librep.info
for f in rep*.1; do \
@ -10,7 +10,7 @@ $OpenBSD: patch-man_Makefile_in,v 1.1 2009/12/22 11:05:47 ajacoutot Exp $
+ $(INSTALL_DATA) $$f $(DESTDIR)$(prefix)/man/man1/; \
done
installdirs : mkinstalldirs
installdirs : $(top_srcdir)/mkinstalldirs
$(SHELL) $< $(DESTDIR)$(infodir)
- $(SHELL) $< $(DESTDIR)$(prefix)/share/man/man1/
+ $(SHELL) $< $(DESTDIR)$(prefix)/man/man1/

View File

@ -1,12 +1,12 @@
$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
$OpenBSD: patch-src_Makefile_in,v 1.6 2011/11/15 19:32:14 jasper Exp $
--- src/Makefile.in.orig Tue Nov 15 19:59:39 2011
+++ src/Makefile.in Tue Nov 15 20:00:48 2011
@@ -57,7 +57,7 @@ all : librep.la $(DL_OBJS) check-dl rep rep-remote rep
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 \
- -version-info $(libversion) \
+ ${LIBrep_LTVERSION} \
-o $@ $^ -rpath $(libdir) $(LIBS) $(GMP_LIBS)
rep : $(REP_OBJS) $(EXTRA_LIBOBJS) librep.la

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2011/05/02 17:22:37 jasper Exp $
@comment $OpenBSD: PLIST,v 1.14 2011/11/15 19:32:14 jasper Exp $
@bin bin/rep
@bin bin/rep-remote
bin/rep-xgettext
@ -239,6 +239,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