diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 20:50:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 20:50:49 +0800 |
commit | 1e6cb2c7653ea17fcae9908270d57e8bc93c7cd7 (patch) | |
tree | 3fa6fe8f391d2ce2fe136869903878e3ebd187b1 /math | |
parent | 97b9c6f926f3bf956f2822996f26857f1b51ab46 (diff) | |
download | freebsd-ports-gnome-1e6cb2c7653ea17fcae9908270d57e8bc93c7cd7.tar.gz freebsd-ports-gnome-1e6cb2c7653ea17fcae9908270d57e8bc93c7cd7.tar.zst freebsd-ports-gnome-1e6cb2c7653ea17fcae9908270d57e8bc93c7cd7.zip |
Adjust pkgname to avoid confusing binary only users.
oldversion version get their pkgname suffixed by the version, shinest and greatest version doesn't change their name.
Ajust the conflicts line accordingly
Remove the now useless LATEST_LINK where they are not needed anymore.
Approved by: kde (rakuco)
Diffstat (limited to 'math')
-rw-r--r-- | math/eigen2/Makefile | 8 | ||||
-rw-r--r-- | math/eigen3/Makefile | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index 559351ffb43d..f86fea31f6ea 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: eigen -# Date created: 2008-01-18 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= eigen @@ -11,6 +8,7 @@ CATEGORIES= math MASTER_SITES= https://bitbucket.org/eigen/eigen/get/ DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= 2 MAINTAINER= kde@FreeBSD.org COMMENT= Lightweight library for vector and matrix math @@ -18,8 +16,6 @@ COMMENT= Lightweight library for vector and matrix math USE_BZIP2= yes USES= cmake -LATEST_LINK= ${PORTNAME}2 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07 post-patch: diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 9c184d0e7b9a..21982793c795 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -18,8 +18,6 @@ USES= cmake:outsource CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata" NO_BUILD= yes -LATEST_LINK= ${PORTNAME}3 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ffa86ffb5570 .include <bsd.port.mk> |