From owner-svn-ports-all@FreeBSD.ORG Sun Nov 23 11:34:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81E245BE; Sun, 23 Nov 2014 11:34:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 625D9A4B; Sun, 23 Nov 2014 11:34:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sANBY5iM012086; Sun, 23 Nov 2014 11:34:05 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sANBY4iW012084; Sun, 23 Nov 2014 11:34:04 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201411231134.sANBY4iW012084@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 23 Nov 2014 11:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373143 - in head/lang/librep: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2014 11:34:05 -0000 Author: danfe Date: Sun Nov 23 11:34:04 2014 New Revision: 373143 URL: https://svnweb.freebsd.org/changeset/ports/373143 QAT: https://qat.redports.org/buildarchive/r373143/ Log: - Update to version 0.92.4, the latest stable to date - Remove BROKEN on ia64 statement, it was never a first-class architecture and was officially killed in -CURRENT recently - Do not manually strip *.so files in pre-install target, they're already installed stripped - Allow staging as regular user (or stripping fails due to BINMODE == 555) - Remove unneeded (and thus confusing) global suffixes in REINPLACE_CMD's - Fix bogus whitespace on Makefile line 17, sort and wrap long USES line Deleted: head/lang/librep/files/ Modified: head/lang/librep/Makefile head/lang/librep/distinfo Modified: head/lang/librep/Makefile ============================================================================== --- head/lang/librep/Makefile Sun Nov 23 10:40:37 2014 (r373142) +++ head/lang/librep/Makefile Sun Nov 23 11:34:04 2014 (r373143) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= librep -PORTVERSION= 0.92.3 -PORTREVISION= 1 +PORTVERSION= 0.92.4 CATEGORIES= lang elisp gnome -MASTER_SITES= http://download.tuxfamily.org/librep/%SUBDIR%/ -MASTER_SITE_SUBDIR= . Archive +MASTER_SITES= http://download.tuxfamily.org/librep/ +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Emacs Lisp like runtime library @@ -15,12 +14,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libffi.so:${PORTSDIR}/devel/libffi \ - libgmp.so:${PORTSDIR}/math/gmp + libgmp.so:${PORTSDIR}/math/gmp RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar USE_CSTD= gnu89 -USES= gettext gmake libtool makeinfo pathfix pkgconfig readline tar:xz shebangfix +USES= gettext gmake libtool makeinfo pathfix pkgconfig readline \ + shebangfix tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ --with-stack-direction=-1 @@ -35,19 +35,9 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread INFO= librep -.include - -.if ${ARCH} == ia64 -BROKEN= Does not build on ia64 -.endif - post-patch: - @${REINPLACE_CMD} -e \ - '/GDBM_LIBS/s|"-lgdbm"|"$$LIBS -lgdbm"|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|/share/man/|/man/|g' ${WRKSRC}/man/Makefile.in - -pre-install: - ${FIND} ${WRKSRC} -name "*.so" -exec ${STRIP_CMD} {} \; + @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/man/Makefile.in + @${REINPLACE_CMD} -E 's|(INSTALL_PROGRAM\))( [^-])|\1 -m 755\2|' \ + ${WRKSRC}/src/Makefile.in -.include +.include Modified: head/lang/librep/distinfo ============================================================================== --- head/lang/librep/distinfo Sun Nov 23 10:40:37 2014 (r373142) +++ head/lang/librep/distinfo Sun Nov 23 11:34:04 2014 (r373143) @@ -1,2 +1,2 @@ -SHA256 (librep-0.92.3.tar.xz) = 45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85 -SIZE (librep-0.92.3.tar.xz) = 607128 +SHA256 (librep_0.92.4.tar.xz) = 45b0c970c903c50bbc49d65526d2109a1e1663f61823b7151f12797189a82709 +SIZE (librep_0.92.4.tar.xz) = 651216