Bug 107003 - [patch] textproc/dbacl: change dependency shells/bash2 -> shells/bash
Summary: [patch] textproc/dbacl: change dependency shells/bash2 -> shells/bash
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-21 12:00 UTC by Boris Samorodov
Modified: 2006-12-26 08:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2006-12-21 12:00:37 UTC
	In preparation to deprecate shells/bash2 the dependency should be
	changed to shells/bash.

Fix: - shells/bash2 -> shells/bash;
	- bump PORTREVISION (RUN_DEPENDS changes).



WBR
-- 
bsam--V5cRTsYAwKCuwDpNgiavAEBZlukHZeSgyPpGFyQizgaF3WuN
Content-Type: text/plain; name="dbacl.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="dbacl.diff"

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/dbacl/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	14 Aug 2006 04:11:53 -0000	1.13
+++ Makefile	20 Dec 2006 20:00:35 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	dbacl
 PORTVERSION=	1.12
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,7 +15,7 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Digramic Bayesian classifier
 
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-21 12:01:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-26 08:10:46 UTC
clsung      2006-12-26 08:10:40 UTC

  FreeBSD ports repository

  Modified files:
    textproc/dbacl       Makefile 
  Log:
  - shells/bash2 -> shells/bash;
  - bump PORTREVISION (RUN_DEPENDS changes).
  
  PR:             ports/107003
  Submitted by:   bsam
  
  Revision  Changes    Path
  1.14      +2 -1      ports/textproc/dbacl/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-12-26 08:10:52 UTC
State Changed
From-To: open->closed

Committed. Thank You.