diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-07 15:41:35 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-07 15:41:35 +0800 |
commit | 30af17cf15e26bf26fbb11608cd6844d348e150e (patch) | |
tree | c3574d70d95b127d4736f50062f57ef1c0e7dc40 /x11 | |
parent | e17dccc488c3f7c1d425fb8559fb612eb6cc5438 (diff) | |
download | freebsd-ports-gnome-30af17cf15e26bf26fbb11608cd6844d348e150e.tar.gz freebsd-ports-gnome-30af17cf15e26bf26fbb11608cd6844d348e150e.tar.zst freebsd-ports-gnome-30af17cf15e26bf26fbb11608cd6844d348e150e.zip |
- Update to 303
- New LIB_DEPENDS definition
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 4 | ||||
-rw-r--r-- | x11/xterm/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 78212483a24d..b586cdfa2a8f 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 302 +PORTVERSION= 303 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ CRITICAL:src1 CRITICAL:src2 @@ -50,7 +50,7 @@ GNOME_USES= desktop-file-utils .include <bsd.port.options.mk> .if ${OSVERSION} < 900004 -LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter +LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter .endif post-extract: diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index ae44eae8813b..b3f45064065e 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,4 +1,4 @@ -SHA256 (xterm-302.tgz) = cc135afb68e7d37df943a71351f612b56a4b383ea0b9d5b2a5413a21b3098244 -SIZE (xterm-302.tgz) = 1128391 +SHA256 (xterm-303.tgz) = 8af29987bda9b77205ebf6233aaa5c347e5f2407310b62ac9ba92a658257f058 +SIZE (xterm-303.tgz) = 1129416 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 |