pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/librep



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Jan  4 02:06:05 UTC 2019

Modified Files:
        pkgsrc/lang/librep: Makefile distinfo
Removed Files:
        pkgsrc/lang/librep/patches: patch-src-repint.h

Log Message:
librep: update to 0.92.7

changes: arm support & build fixes


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/lang/librep/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/librep/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/librep/patches/patch-src-repint.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/librep/Makefile
diff -u pkgsrc/lang/librep/Makefile:1.64 pkgsrc/lang/librep/Makefile:1.65
--- pkgsrc/lang/librep/Makefile:1.64    Sun Jan 28 20:10:53 2018
+++ pkgsrc/lang/librep/Makefile Fri Jan  4 02:06:05 2019
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.64 2018/01/28 20:10:53 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2019/01/04 02:06:05 tnn Exp $
 #
 
-DISTNAME=              librep-0.92.3
-PKGREVISION=           1
+DISTNAME=              librep_0.92.7
+PKGNAME=               ${DISTNAME:S/_/-/}
 CATEGORIES=            lang devel
 MASTER_SITES=          http://download.tuxfamily.org/librep/
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://sawfish.wikia.com/
 COMMENT=               Emacs Lisp-like runtime library, interpreter, compiler and VM
+LICENSE=               gnu-gpl-v2
 
 USE_TOOLS+=            gmake makeinfo gzip
 USE_LIBTOOL=           yes
@@ -25,10 +26,6 @@ CONFIGURE_ARGS+=     --enable-static
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${MACHINE_ARCH} == "x86_64"
-CONFIGURE_ARGS+=       --with-stack-direction=-1
-.endif
-
 REPLACE_INTERPRETER+=  rep
 REPLACE.rep.old=       .*/bin/rep
 REPLACE.rep.new=       ${PREFIX}/bin/rep

Index: pkgsrc/lang/librep/distinfo
diff -u pkgsrc/lang/librep/distinfo:1.21 pkgsrc/lang/librep/distinfo:1.22
--- pkgsrc/lang/librep/distinfo:1.21    Tue Dec 29 23:34:50 2015
+++ pkgsrc/lang/librep/distinfo Fri Jan  4 02:06:05 2019
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.21 2015/12/29 23:34:50 dholland Exp $
+$NetBSD: distinfo,v 1.22 2019/01/04 02:06:05 tnn Exp $
 
-SHA1 (librep-0.92.3.tar.bz2) = 569a436c76ae393ffd164efa9f978558f94f073d
-RMD160 (librep-0.92.3.tar.bz2) = 68fb52d6b750826dc209f9c3bc69cf4d1d3bd68d
-SHA512 (librep-0.92.3.tar.bz2) = 51b1bc6f8ff4cc4ebc040891448ba78f49639e16c920db09e407ff22303de8d7d35c671cee6aa73f8de9c6699bba07830367f74782a046cab475077fcf625348
-Size (librep-0.92.3.tar.bz2) = 654916 bytes
+SHA1 (librep_0.92.7.tar.xz) = e35aa9dbf09638c71d728bf0273fc1d039f7008b
+RMD160 (librep_0.92.7.tar.xz) = 3cce6962397102c79600850d4648d1158e0d499a
+SHA512 (librep_0.92.7.tar.xz) = 752cb2da31457200b5896f70ce24a097b261b996da25998cd78a777f982597473afce1a216f449a4a969d29b1678bf54e2f148e86de6f9548eeb5cfd530ae377
+Size (librep_0.92.7.tar.xz) = 651344 bytes
 SHA1 (patch-aa) = 382f6692e8a387d1492e0a2198211a6f65f41d20
-SHA1 (patch-src-repint.h) = febba5d674812eac2e9a2f3cf398654b0fba7a57



Home | Main Index | Thread Index | Old Index