diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-08 14:47:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-08 14:47:31 +0000 |
commit | e063f86aaafe51633a8813a6730281b4173f337b (patch) | |
tree | e58b0d19b82abb527e4d969099cc37c2e4ed66fc /x11/dxpc | |
parent | cc52c82a2d78361f39167e6fed130f59f35dcb5a (diff) |
- Update to 3.9.2
- Update WWW
PR: 159493
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=279243
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 17 | ||||
-rw-r--r-- | x11/dxpc/distinfo | 4 | ||||
-rw-r--r-- | x11/dxpc/pkg-descr | 1 |
3 files changed, 10 insertions, 12 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 4206e50f4062..a5b85e9c84a8 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -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 @@ COMMENT= Compressing X protocol proxy designed to support X11 over slow links 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 <bsd.port.mk> diff --git a/x11/dxpc/distinfo b/x11/dxpc/distinfo index d5a56f075252..b183086b08ee 100644 --- a/x11/dxpc/distinfo +++ b/x11/dxpc/distinfo @@ -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 --git a/x11/dxpc/pkg-descr b/x11/dxpc/pkg-descr index ec68602cb05e..ef8c90d8b59a 100644 --- a/x11/dxpc/pkg-descr +++ b/x11/dxpc/pkg-descr @@ -4,4 +4,3 @@ connections). dxpc attempts to exploit patterns in X protocol 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/ |