Date: Thu, 25 Feb 1999 17:51:07 -0800 (PST) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10267: [patch] aterm port upgrade: -> 0.3.4 Message-ID: <199902260151.RAA75300@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 10267 >Category: ports >Synopsis: [patch] aterm port upgrade: -> 0.3.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 25 18:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT >Description: Port upgraded to 0.3.4. * another MASTER_SITE added * USE_X_PREFIX, should be there like rxvt and xterm are. Comments welcome. >How-To-Repeat: >Fix: diff -ruN aterm.old/Makefile aterm/Makefile --- aterm.old/Makefile Wed Feb 3 02:33:43 1999 +++ aterm/Makefile Thu Feb 25 17:16:21 1999 @@ -1,29 +1,24 @@ # New ports collection makefile for: aterm -# Version required: 0.3.2 +# Version required: 0.3.4 # Date created: 17 January 1999 # Whom: Jim Mock <jim@phrantic.phear.net> # # $Id: Makefile,v 1.2 1999/02/03 10:33:43 asami Exp $ # -DISTNAME= aterm-0.3.2 +DISTNAME= aterm-0.3.4 CATEGORIES= x11 -MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/aterm/ +MASTER_SITES= http://members.xoom.com/sashav/aterm/ \ + http://www.tigr.net/afterstep/as-apps/download/aterm/ MAINTAINER= jim@phrantic.phear.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-background-image \ --disable-delete-key --disable-backspace-key MAN1= aterm.1 - -do-build: - (cd ${WRKSRC} && make) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/aterm ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/aterm.1 .include <bsd.port.mk> diff -ruN aterm.old/files/md5 aterm/files/md5 --- aterm.old/files/md5 Mon Jan 25 19:25:16 1999 +++ aterm/files/md5 Thu Feb 25 16:52:04 1999 @@ -1 +1 @@ -MD5 (aterm-0.3.2.tar.gz) = 38fcbefad4c2fb9f4424603113359b57 +MD5 (aterm-0.3.4.tar.gz) = 555ca711affe9e06010701230d5a6759 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902260151.RAA75300>