svn commit: r358519 - head/devel/py-asyncio

Kubilay Kocak koobs at FreeBSD.org
Fri Jun 20 07:40:26 UTC 2014


Author: koobs
Date: Fri Jun 20 07:40:25 2014
New Revision: 358519
URL: http://svnweb.freebsd.org/changeset/ports/358519
QAT: https://qat.redports.org/buildarchive/r358519/

Log:
  devel/py-asyncio: Correctly set primary category
  
  - Change primary category from www to devel

Modified:
  head/devel/py-asyncio/Makefile

Modified: head/devel/py-asyncio/Makefile
==============================================================================
--- head/devel/py-asyncio/Makefile	Fri Jun 20 07:34:46 2014	(r358518)
+++ head/devel/py-asyncio/Makefile	Fri Jun 20 07:40:25 2014	(r358519)
@@ -3,7 +3,8 @@
 
 PORTNAME=	asyncio
 PORTVERSION=	3.4.1
-CATEGORIES=	www python
+PORTREVISION=	1
+CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 


More information about the svn-ports-head mailing list