From a48986cf21366b67ddc81a988a26dfda722caaf5 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Thu, 8 Jun 2006 01:52:27 +0000 Subject: [PATCH] - Shells/rc got a new MASTER_SITES [1] - This software is now maintain by Erik Quanstrom [1] - OPTIONify [2] PR: ports/97298 [1] Submitted by: Serge Gagnon [1] itetcu (me) [2] Approved by: maintainer-timeout, lawrance (mentor, implicit) --- shells/rc/Makefile | 16 +++++++++++----- shells/rc/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 6773943313fa..8016d78e0b3d 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -8,20 +8,26 @@ PORTNAME= rc PORTVERSION= 1.7.1 CATEGORIES= shells plan9 -MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ +MASTER_SITES= ftp://rc.quanstro.net/pub/ \ + ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ MAINTAINER= saken@hotel.rmta.org COMMENT= A unix incarnation of the plan9 shell +USE_BZIP2= YES GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history MAN1= history.1 rc.1 -.if defined(WITH_READLINE) + +OPTIONS= READLINE "Build readline support" off + +.include + +.if !defined(WITHOUT_READLINE) CONFIGURE_ARGS+= --with-readline -.endif -.if !defined(WITH_READLINE) +.else MAKE_ARGS+= CFLAGS="$(CFLAGS) -static" .endif -.include +.include diff --git a/shells/rc/distinfo b/shells/rc/distinfo index cbc974323051..7883af76a32e 100644 --- a/shells/rc/distinfo +++ b/shells/rc/distinfo @@ -1,3 +1,3 @@ -MD5 (rc-1.7.1.tar.gz) = 7253e1c853824cf27edb2166214f0511 -SHA256 (rc-1.7.1.tar.gz) = 1cff23e897a038422458ba01567a5a2650935205862c3bbf73e773807c248240 -SIZE (rc-1.7.1.tar.gz) = 177302 +MD5 (rc-1.7.1.tar.bz2) = f9551a484f0dd72de69f70c413d931f7 +SHA256 (rc-1.7.1.tar.bz2) = 3a885d1c75e3ff22e22cc2b397b21a2a75810bc1a0d39adc4b2a47b7c81f4bd5 +SIZE (rc-1.7.1.tar.bz2) = 149624