Bug 176304 - [PATCH] math/py-munkres: [SUMMARIZE CHANGES]
Summary: [PATCH] math/py-munkres: [SUMMARIZE CHANGES]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 22:30 UTC by Mark Felder
Modified: 2013-02-24 21:10 UTC (History)
0 users

See Also:


Attachments
munkres-1.0.5.4_1.patch (1.25 KB, patch)
2013-02-20 22:30 UTC, Mark Felder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2013-02-20 22:30:01 UTC
- Use CHEESESHOP not github for python things found in pypi
- Created by header should use space not tab

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-20 22:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-02-24 21:06:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-24 21:06:31 UTC
Author: swills
Date: Sun Feb 24 21:06:23 2013
New Revision: 312892
URL: http://svnweb.freebsd.org/changeset/ports/312892

Log:
  - Use CHEESESHOP not github for python things found in pypi
  - Created by header should use space not tab
  
  PR:		ports/176304
  Submitted by:	Mark Felder <feld@feld.me> (maintainer)

Modified:
  head/math/py-munkres/Makefile   (contents, props changed)
  head/math/py-munkres/distinfo   (contents, props changed)

Modified: head/math/py-munkres/Makefile
==============================================================================
--- head/math/py-munkres/Makefile	Sun Feb 24 20:50:49 2013	(r312891)
+++ head/math/py-munkres/Makefile	Sun Feb 24 21:06:23 2013	(r312892)
@@ -1,10 +1,11 @@
-# Created by:	Mark Felder <feld@feld.me>
+# Created by: Mark Felder <feld@feld.me>
 # $FreeBSD$
 
 PORTNAME=	munkres
 PORTVERSION=	1.0.5.4
+PORTREVISION=	1
 CATEGORIES=	math python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+MASTER_SITES=	CHEESESHOP
 
 MAINTAINER=	feld@feld.me
 COMMENT=	A Python implementation of the munkres algorithm
@@ -12,11 +13,6 @@ COMMENT=	A Python implementation of the 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	bmc
-GH_TAGNAME=	release-${PORTVERSION}
-GH_COMMIT=	fbd9fd9
-
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 

Modified: head/math/py-munkres/distinfo
==============================================================================
--- head/math/py-munkres/distinfo	Sun Feb 24 20:50:49 2013	(r312891)
+++ head/math/py-munkres/distinfo	Sun Feb 24 21:06:23 2013	(r312892)
@@ -1,2 +1,2 @@
-SHA256 (munkres-1.0.5.4.tar.gz) = 5d9e1afe233333e3c2434651796c210fab73925e86e29913fdf519260993c66c
-SIZE (munkres-1.0.5.4.tar.gz) = 14428
+SHA256 (munkres-1.0.5.4.tar.gz) = 105adad30659dbdf82815d3e12a74d4c01a3e0741d5ccbce194ee2ad4e5338d2
+SIZE (munkres-1.0.5.4.tar.gz) = 43050
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"