pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/librep Update to librep-0.91.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/638522eb7452
branches:  trunk
changeset: 584588:638522eb7452
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jan 23 23:54:21 2011 +0000

description:
Update to librep-0.91.0.

0.91.0
======
   * Update note [important]:
     You need to rebuild rep-gtk and sawfish against this version of
     librep, because of an ABI-change.
     Your lisp files have to be byte-compiled again, too.
   * Halfway improved `debug-on-error' and `backtrace-on-error' [Teika
     Kazura]
   * When you evaluate a closure interactively, the module it belongs
     to is printed, too. [Teika kazura]
   * Improved functions' docstring support [Teika Kazura]
   * New function `subr-structure' [Teika Kazura]
   * Major documentation revision [Teika kazura]
   * `define-special-variable' is replaced by `defvar-setq' [Teika
     kazura]
   * Makefile's uninstall rule has been fixed [Christopher Bratusek]

0.90.6
======
   * renamed `file-uid-p' to `file-uid' and `file-gid-p' to `file-gid'
     [Christopher Bratusek]
   * Minor doc improvements [Teika Kazura]
   * improved specfile [Kim B. Heino]
   * Process execution failure emits better message. [Teika Kazura]

diffstat:

 lang/librep/Makefile      |   7 +++----
 lang/librep/PLIST         |  10 +++++-----
 lang/librep/buildlink3.mk |   4 ++--
 lang/librep/distinfo      |   8 ++++----
 4 files changed, 14 insertions(+), 15 deletions(-)

diffs (72 lines):

diff -r 3483b2ac3f0a -r 638522eb7452 lang/librep/Makefile
--- a/lang/librep/Makefile      Sun Jan 23 22:48:30 2011 +0000
+++ b/lang/librep/Makefile      Sun Jan 23 23:54:21 2011 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2010/11/22 20:02:50 shattered Exp $
+# $NetBSD: Makefile,v 1.53 2011/01/23 23:54:21 tnn Exp $
 #
 
-DISTNAME=              librep-0.90.5
-PKGREVISION=           1
+DISTNAME=              librep-0.91.0
 CATEGORIES=            lang devel
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=librep/}
+MASTER_SITES=          http://download.tuxfamily.org/sawfish/librep/
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
diff -r 3483b2ac3f0a -r 638522eb7452 lang/librep/PLIST
--- a/lang/librep/PLIST Sun Jan 23 22:48:30 2011 +0000
+++ b/lang/librep/PLIST Sun Jan 23 23:54:21 2011 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2010/11/22 20:02:50 shattered Exp $
+@comment $NetBSD: PLIST,v 1.15 2011/01/23 23:54:21 tnn Exp $
 bin/rep
 bin/rep-remote
 bin/rep-xgettext
@@ -35,10 +35,10 @@
 lib/rep/${MACHINE_GNU_PLATFORM}/install-aliases
 lib/rep/${MACHINE_GNU_PLATFORM}/libtool
 lib/rep/${MACHINE_GNU_PLATFORM}/rules.mk
-man/man1/rep-remote.1.gz
-man/man1/rep-xgettext.1.gz
-man/man1/rep.1.gz
-man/man1/repdoc.1.gz
+man/man1/rep-remote.1
+man/man1/rep-xgettext.1
+man/man1/rep.1
+man/man1/repdoc.1
 share/emacs/site-lisp/rep-debugger.el
 share/rep/${PKGVERSION}/lisp/cgi-get.jl
 share/rep/${PKGVERSION}/lisp/cgi-get.jlc
diff -r 3483b2ac3f0a -r 638522eb7452 lang/librep/buildlink3.mk
--- a/lang/librep/buildlink3.mk Sun Jan 23 22:48:30 2011 +0000
+++ b/lang/librep/buildlink3.mk Sun Jan 23 23:54:21 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.16 2010/08/21 17:09:09 asau Exp $
+# $NetBSD: buildlink3.mk,v 1.17 2011/01/23 23:54:22 tnn Exp $
 
 BUILDLINK_TREE+=       librep
 
 .if !defined(LIBREP_BUILDLINK3_MK)
 LIBREP_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.librep+= librep>=0.90.5
+BUILDLINK_API_DEPENDS.librep+= librep>=0.91.0
 BUILDLINK_PKGSRCDIR.librep?=   ../../lang/librep
 MAKE_FLAGS+=                   rep_LIBTOOL=${LIBTOOL:Q}
 
diff -r 3483b2ac3f0a -r 638522eb7452 lang/librep/distinfo
--- a/lang/librep/distinfo      Sun Jan 23 22:48:30 2011 +0000
+++ b/lang/librep/distinfo      Sun Jan 23 23:54:21 2011 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2010/11/22 20:02:50 shattered Exp $
+$NetBSD: distinfo,v 1.17 2011/01/23 23:54:22 tnn Exp $
 
-SHA1 (librep-0.90.5.tar.bz2) = 01d6d7b0713743b07a17b4512c7ef8e97aed99d1
-RMD160 (librep-0.90.5.tar.bz2) = d65ec5dc49a3dce5ef01f745809091c947c11b1e
-Size (librep-0.90.5.tar.bz2) = 672253 bytes
+SHA1 (librep-0.91.0.tar.bz2) = d680baf1bff0c8e8db13017ea9400624cff147ba
+RMD160 (librep-0.91.0.tar.bz2) = e0dcfab13ac4616d95a8a36659d1a7df3e6a8a78
+Size (librep-0.91.0.tar.bz2) = 640558 bytes
 SHA1 (patch-aa) = 8c467655c9ce81abd89f25db1a8450f0185eb757



Home | Main Index | Thread Index | Old Index