Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2017 11:12:44 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452136 - head/devel/libtai
Message-ID:  <201710151112.v9FBCiOp069225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sun Oct 15 11:12:44 2017
New Revision: 452136
URL: https://svnweb.freebsd.org/changeset/ports/452136

Log:
  Add a CONFLICT_INSTALL to report a conflict with mail/mess822 port, both install etc/leapsecs.dat file
  Fix COMMENT length and add LICENCE for this port
  Bump PORTREVISION

Modified:
  head/devel/libtai/Makefile

Modified: head/devel/libtai/Makefile
==============================================================================
--- head/devel/libtai/Makefile	Sun Oct 15 11:04:59 2017	(r452135)
+++ head/devel/libtai/Makefile	Sun Oct 15 11:12:44 2017	(r452136)
@@ -3,14 +3,18 @@
 
 PORTNAME=	libtai
 PORTVERSION=	0.60
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	http://cr.yp.to/libtai/ \
 		ftp://ftp.sunsite.auc.dk/disk1/qmail/ \
 		ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/
 
 MAINTAINER=	rodrigo@FreeBSD.org
-COMMENT=	Library for storing and manipulating dates and times in second/attosecond
+COMMENT=	Library for storing and manipulating dates and times
+
+LICENSE=	UNLICENSE
+
+CONFLICTS_INSTALL=	mess822
 
 ALL_TARGET=	it
 USES=		groff



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