diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 10:53:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 10:53:16 +0000 |
commit | 0b8699cd4ab7429a9a16247c654ad2187bd13262 (patch) | |
tree | bb8d7df4bcafc66348bd7f708c784cc0c1cb832a /graphics/vp | |
parent | - Fix pkg-plist (diff) |
- Update to 1.7
- Pass maintainership to submitter
PR: 113366
Submitted by: Erik Greenwald <erik@smluc.org>
Notes
Notes:
svn path=/head/; revision=192901
Diffstat (limited to 'graphics/vp')
-rw-r--r-- | graphics/vp/Makefile | 14 | ||||
-rw-r--r-- | graphics/vp/distinfo | 6 |
2 files changed, 7 insertions, 13 deletions
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index ac36b7ed6ae9..3bc408afc46c 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -6,27 +6,21 @@ # PORTNAME= vp -PORTVERSION= 1.6 -PORTREVISION= 2 +PORTVERSION= 1.7 CATEGORIES= graphics MASTER_SITES= http://math.missouristate.edu/~erik/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= An image viewer for X USE_SDL= image USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= vp.1 PLIST_FILES= bin/vp -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/graphics/vp/distinfo b/graphics/vp/distinfo index b97a397084cc..5d19c77570e6 100644 --- a/graphics/vp/distinfo +++ b/graphics/vp/distinfo @@ -1,3 +1,3 @@ -MD5 (vp-1.6.tar.gz) = cfbe8ad568f34a9f614e3a91f8e4abdd -SHA256 (vp-1.6.tar.gz) = e7ee7166b1e2df63fa7bd44c0849e487794881da6e2fe96ae603dc95b82b7030 -SIZE (vp-1.6.tar.gz) = 100261 +MD5 (vp-1.7.tar.gz) = 5caf42e831b036ca52fa55e944951033 +SHA256 (vp-1.7.tar.gz) = f0787fd97bf084c14451561aa339d594b69c7aafb2d6c982f2e153be24da56c7 +SIZE (vp-1.7.tar.gz) = 117634 |