[Bug 241966] devel/py-generate Fix distribution site and upgrade

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 14 15:28:12 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241966

            Bug ID: 241966
           Summary: devel/py-generate Fix distribution site and upgrade
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: darcy at druid.net

This upgrades the code to the latest version and makes it un-broken.

Index: Makefile
===================================================================
--- Makefile    (revision 517554)
+++ Makefile    (working copy)
@@ -2,10 +2,10 @@
 # $FreeBSD$

 PORTNAME=      generate
-PORTVERSION=   2.6
+PORTVERSION=   2.8
 PORTREVISION=  1
 CATEGORIES=    devel python
-MASTER_SITES=  ftp://ftp.druid.net/pub/distrib/
+MASTER_SITES=  http://druid.net/darcy/
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
 DISTNAME=      generate-${PORTVERSION}

@@ -12,8 +12,6 @@
 MAINTAINER=    darcy at druid.net
 COMMENT=       Python module to implement generate

-BROKEN=                unfetchable
-
 USES=          gmake python tar:tgz
 USE_PYTHON=    distutils autoplist

Index: distinfo
===================================================================
--- distinfo    (revision 517554)
+++ distinfo    (working copy)
@@ -1,2 +1,3 @@
-SHA256 (generate-2.6.tgz) =
609e166f66b4bb3028fb9e5486ffddff98fc7bf4f354659516c2b86a800948bd
-SIZE (generate-2.6.tgz) = 29045
+TIMESTAMP = 1573744345
+SHA256 (generate-2.8.tgz) =
35b56d1f11fb834c0cbeca3c41c1dceee8b18d40933e0c680519daf24e9c2dd9
+SIZE (generate-2.8.tgz) = 31590

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list