Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 14:24:51 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308698 - head/biology/babel
Message-ID:  <201212111424.qBBEOpIT014513@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Tue Dec 11 14:24:51 2012
New Revision: 308698
URL: http://svnweb.freebsd.org/changeset/ports/308698

Log:
  - Mark conflict with science/openbabel
  - Trim Makefile header

Modified:
  head/biology/babel/Makefile   (contents, props changed)

Modified: head/biology/babel/Makefile
==============================================================================
--- head/biology/babel/Makefile	Tue Dec 11 14:23:47 2012	(r308697)
+++ head/biology/babel/Makefile	Tue Dec 11 14:24:51 2012	(r308698)
@@ -1,13 +1,9 @@
-# New ports collection Makefile for:	babel
-# Date created:		Dec 4 1997
-# Whom:			frankch@waru.life.nthu.edu.tw
-#
+# Created by: frankch@waru.life.nthu.edu.tw
 # $FreeBSD$
-#
 
 PORTNAME=	babel
 PORTVERSION=	1.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	biology converters
 MASTER_SITES=	http://smog.com/chem/babel/files/ \
 		http://www.ccl.net/cca/software/UNIX/babel/
@@ -16,6 +12,8 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Converts among various molecular file formats
 
+CONFLICTS_INSTALL=	openbabel-*
+
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 
 post-build:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212111424.qBBEOpIT014513>