svn commit: r341401 - head/www/py-requests1

Kubilay Kocak koobs at FreeBSD.org
Mon Jan 27 13:18:49 UTC 2014


Author: koobs
Date: Mon Jan 27 13:18:48 2014
New Revision: 341401
URL: http://svnweb.freebsd.org/changeset/ports/341401
QAT: https://qat.redports.org/buildarchive/r341401/

Log:
  www/py-requests1: Use PKGNAMESUFFIX, fixes fetch/distinfo
  
  Spotted by: antoine

Modified:
  head/www/py-requests1/Makefile

Modified: head/www/py-requests1/Makefile
==============================================================================
--- head/www/py-requests1/Makefile	Mon Jan 27 13:17:56 2014	(r341400)
+++ head/www/py-requests1/Makefile	Mon Jan 27 13:18:48 2014	(r341401)
@@ -1,11 +1,12 @@
 # Created by: Olivier Duchateau <duchateau.olivier at gmail.com>
 # $FreeBSD$
 
-PORTNAME=	requests1
+PORTNAME=	requests
 PORTVERSION=	1.2.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	HTTP library written in Python for human beings (Version 1.x)


More information about the svn-ports-all mailing list