From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:38 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AEC6106566B for ; Wed, 3 Aug 2011 18:40:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2458FC2A for ; Wed, 3 Aug 2011 18:40:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73Iec9N078242 for ; Wed, 3 Aug 2011 18:40:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IecJK078236; Wed, 3 Aug 2011 18:40:38 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:38 GMT Resent-Message-Id: <201108031840.p73IecJK078236@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C5B01065676 for ; Wed, 3 Aug 2011 18:36:34 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id D4C5C8FC15 for ; Wed, 3 Aug 2011 18:36:33 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 3D6372BC03B for ; Thu, 4 Aug 2011 03:36:31 +0900 (JST) Message-Id: <20110804032446.bac168fa.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159493: Update port: x11/dxpc to 3.9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:38 -0000 >Number: 159493 >Category: ports >Synopsis: Update port: x11/dxpc to 3.9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:37 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 3.9.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/dxpc/Makefile x11/dxpc/Makefile --- /usr/ports/x11/dxpc/Makefile 2008-04-20 10:21:36.000000000 +0900 +++ x11/dxpc/Makefile 2011-07-16 13:42:46.000000000 +0900 @@ -6,11 +6,9 @@ # PORTNAME= dxpc -PORTVERSION= 3.9.0 -PORTREVISION= 2 +PORTVERSION= 3.9.2 CATEGORIES= x11 -MASTER_SITES= http://www.vigor.nu/dxpc/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= http://www.vigor.nu/dxpc/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -18,18 +16,19 @@ LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 +LICENSE= BSD + USE_XORG= x11 -USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE} -MAKE_ARGS= CPPFLAGS="-I. -I${LOCALBASE}/include" +MAKE_JOBS_SAFE= yes MAN1= dxpc.1 PLIST_FILES= bin/dxpc -do-install: - ${INSTALL_DATA} ${WRKSRC}/dxpc ${PREFIX}/bin/dxpc - ${INSTALL_MAN} ${WRKSRC}/dxpc.man ${MANPREFIX}/man/man1/dxpc.1 +post-patch: + @${REINPLACE_CMD} -e \ + '/bindir/s|(INSTALL)|(INSTALL_PROGRAM)|g' ${WRKSRC}/Makefile.in .include diff -urN /usr/ports/x11/dxpc/distinfo x11/dxpc/distinfo --- /usr/ports/x11/dxpc/distinfo 2011-03-20 03:03:55.000000000 +0900 +++ x11/dxpc/distinfo 2011-07-16 13:29:22.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (dxpc-3.9.0.tgz) = 0d1ebae097b2be6b0d1fbf4558d3afcfa0c87edadf5c43932627fa9f71d6f63e -SIZE (dxpc-3.9.0.tgz) = 190856 +SHA256 (dxpc-3.9.2.tgz) = 414c499c6aa97f061dc589733142d5be671645436938cfc02b243914a0a27de5 +SIZE (dxpc-3.9.2.tgz) = 199267 diff -urN /usr/ports/x11/dxpc/pkg-descr x11/dxpc/pkg-descr --- /usr/ports/x11/dxpc/pkg-descr 2009-12-21 16:00:24.000000000 +0900 +++ x11/dxpc/pkg-descr 2011-07-16 13:26:45.000000000 +0900 @@ -4,4 +4,3 @@ messages to limit the amount of data actually sent over the network. WWW: http://www.vigor.nu/dxpc/ -WWW: http://ccwf.cc.utexas.edu/~zvonler/dxpc/ >Release-Note: >Audit-Trail: >Unformatted: