Date: Wed, 26 Mar 2003 02:13:23 -0800 (PST) From: Foxfair Hu <foxfair@FreeBSD.org> To: vitale@cs.tin.it, foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/45800: New port submission: sysutils/dialog Message-ID: <200303261013.h2QADNfj098136@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: New port submission: sysutils/dialog State-Changed-From-To: open->feedback State-Changed-By: foxfair State-Changed-When: Wed Mar 26 02:06:31 PST 2003 State-Changed-Why: Please review this patch, upgrade to 0.9b 20030308. diff -ruN ../dialog/Makefile ./Makefile --- ../dialog/Makefile Wed Mar 26 18:01:19 2003 +++ ./Makefile Wed Mar 26 17:56:56 2003 @@ -6,19 +6,28 @@ # PORTNAME= dialog -PORTVERSION= 0.9b +PORTVERSION= 0.9b +PORTREVISION= 20030308 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.us.debian.org/debian/pool/main/d/dialog/ -DISTFILES= dialog_0.9b-20020814.orig.tar.gz +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME} +DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION}.orig MAINTAINER= ferruccio.vitale@tin.it +COMMENT= Utility to create curses-based menu in shell script -WRKSRC= ${WRKDIR}/dialog-0.9b-20020814 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-catgets -MAKEFILE= makefile +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-${PORTREVISION} +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-catgets +MAKEFILE= makefile MAN1= dialog.1 -MANCOMPRESSED= no +MANCOMPRESSED= no + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dialog ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/libdialog.a ${PREFIX}/lib + ${INSTALL_MAN} ${WRKSRC}/dialog.1 ${PREFIX}/man/man1 .include <bsd.port.mk> + diff -ruN ../dialog/distinfo ./distinfo --- ../dialog/distinfo Wed Mar 26 18:01:19 2003 +++ ./distinfo Wed Mar 26 11:33:29 2003 @@ -1 +1 @@ -MD5 (dialog_0.9b-20020814.orig.tar.gz) = 4dc6753c7d5cda88714409737f605435 +MD5 (dialog_0.9b-20030308.orig.tar.gz) = de491252e0329e67aed27d1d01eed120 diff -ruN ../dialog/pkg-comment ./pkg-comment --- ../dialog/pkg-comment Wed Mar 26 18:01:19 2003 +++ ./pkg-comment Thu Jan 1 08:00:00 1970 @@ -1 +0,0 @@ -Utility to create curses-based script diff -ruN ../dialog/pkg-plist ./pkg-plist --- ../dialog/pkg-plist Wed Mar 26 18:01:19 2003 +++ ./pkg-plist Wed Mar 26 17:09:44 2003 @@ -1 +1,2 @@ bin/dialog +lib/libdialog.a http://www.freebsd.org/cgi/query-pr.cgi?pr=45800 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303261013.h2QADNfj098136>