diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-22 07:43:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-22 07:43:56 +0000 |
commit | 138bf845b60a216aca190178654713e5b45f8ca8 (patch) | |
tree | 768a663f472dbfac2dd487e4d416d6e87b9030e7 /math/fbm | |
parent | 6a8d949447373da6c509b28041b7c287e2db1fa6 (diff) |
Fix pkgname collision by renaming to fbm-math
While here deprecate, it is not supported upstream, not maintained, not depended on
Notes
Notes:
svn path=/head/; revision=334550
Diffstat (limited to 'math/fbm')
-rw-r--r-- | math/fbm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/fbm/Makefile b/math/fbm/Makefile index c6dc7570c925..9b51d63441b9 100644 --- a/math/fbm/Makefile +++ b/math/fbm/Makefile @@ -11,7 +11,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@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 \ |