svn commit: r334550 - head/math/fbm

Baptiste Daroussin bapt at FreeBSD.org
Fri Nov 22 07:43:57 UTC 2013


Author: bapt
Date: Fri Nov 22 07:43:56 2013
New Revision: 334550
URL: http://svnweb.freebsd.org/changeset/ports/334550

Log:
  Fix pkgname collision by renaming to fbm-math
  While here deprecate, it is not supported upstream, not maintained, not depended on

Modified:
  head/math/fbm/Makefile

Modified: head/math/fbm/Makefile
==============================================================================
--- head/math/fbm/Makefile	Fri Nov 22 07:36:53 2013	(r334549)
+++ head/math/fbm/Makefile	Fri Nov 22 07:43:56 2013	(r334550)
@@ -11,7 +11,9 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Flexible Bayesian Modeling and Markov Chain Sampling
 
-NO_LATEST_LINK=	yes
+PKGNAMESUFFIX=	-math
+DEPRECATED=	No new release since 2004, new supported upstream
+EXPIRATION_DATE=	2013-12-22
 
 SCRIPTS =	bvg-circ bvg-wrap dist-circ dist-wrap gp-circ	\
 		gp-wrap dft-circ dft-wrap mix-circ mix-wrap 	\


More information about the svn-ports-all mailing list