Index: Makefile =================================================================== --- Makefile (revision 474939) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= icalendar -PORTVERSION= 3.11.7 +PORTVERSION= 4.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +18,8 @@ USES= python USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes - PORTDOCS= * OPTIONS_DEFINE= DOCS Index: distinfo =================================================================== --- distinfo (revision 474939) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509448538 -SHA256 (icalendar-3.11.7.tar.gz) = ecadaec5b5ebbae19640dac65a11e0adeabfeb16fb342c1a853f4a8e520c0e2a -SIZE (icalendar-3.11.7.tar.gz) = 78330 +TIMESTAMP = 1529855824 +SHA256 (icalendar-4.0.2.tar.gz) = 80362a9f3c2686b88791fdb78c063f33bd96451f7b1b12140c5aad2df81c008c +SIZE (icalendar-4.0.2.tar.gz) = 80379 Index: files/patch-src_icalendar_cli.py =================================================================== --- files/patch-src_icalendar_cli.py (nonexistent) +++ files/patch-src_icalendar_cli.py (working copy) @@ -0,0 +1,10 @@ +--- src/icalendar/cli.py.orig 2018-06-20 12:52:55 UTC ++++ src/icalendar/cli.py +@@ -86,6 +86,7 @@ def main(): + # This seems a bit of an overkill now, but we will probably add more + # functionality later, e.g., iCalendar to JSON / YAML and vice versa. + subparsers = parser.add_subparsers(dest='subcommand') ++ subparsers.required = True + + subparser = subparsers.add_parser( + 'view', description=view.__doc__.split('\n\n')[0]) Property changes on: files/patch-src_icalendar_cli.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property