Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 23:13:33 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329128 - head/www/py-beautifulsoup32
Message-ID:  <201310022313.r92NDXo5061223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Oct  2 23:13:32 2013
New Revision: 329128
URL: http://svnweb.freebsd.org/changeset/ports/329128

Log:
  www/py-beautifulsoup32: set package suffix
  
  - Set package suffix to do not conflict with other ports
  
  Submitted by:	myself
  Approved by:	maintainer (via email)

Modified:
  head/www/py-beautifulsoup32/Makefile

Modified: head/www/py-beautifulsoup32/Makefile
==============================================================================
--- head/www/py-beautifulsoup32/Makefile	Wed Oct  2 23:09:55 2013	(r329127)
+++ head/www/py-beautifulsoup32/Makefile	Wed Oct  2 23:13:32 2013	(r329128)
@@ -6,6 +6,7 @@ PORTVERSION=	3.2.0
 CATEGORIES=	www python
 MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/download/3.x/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	32
 DISTNAME=	BeautifulSoup-${PORTVERSION}
 
 MAINTAINER=	mwm@mired.org
@@ -15,8 +16,6 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	BeautifulSoup
 
-LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}32
-
 CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
 
 NO_STAGE=	yes



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