svn commit: r494779 - head/comms/hamlib

Antoine Brodin antoine at FreeBSD.org
Wed Mar 6 06:56:00 UTC 2019


Author: antoine
Date: Wed Mar  6 06:55:59 2019
New Revision: 494779
URL: https://svnweb.freebsd.org/changeset/ports/494779

Log:
  Fix packaging with DEFAULT_VERSIONS=python=3.x
  
  PR:		234633

Modified:
  head/comms/hamlib/pkg-plist

Modified: head/comms/hamlib/pkg-plist
==============================================================================
--- head/comms/hamlib/pkg-plist	Wed Mar  6 06:53:54 2019	(r494778)
+++ head/comms/hamlib/pkg-plist	Wed Mar  6 06:55:59 2019	(r494779)
@@ -51,7 +51,8 @@ share/aclocal/hamlib.m4
 %%PORTDOCS%%%%DOCSDIR%%/README.developer
 %%PORTDOCS%%%%DOCSDIR%%/README.win32
 %%PORTDOCS%%%%DOCSDIR%%/THANKS
-%%PORTDOCS%%%%DOCSDIR%%/examples/pytest.py
+%%PYTHON2%%%%PORTDOCS%%%%DOCSDIR%%/examples/pytest.py
+%%PYTHON3%%%%PORTDOCS%%%%DOCSDIR%%/examples/py3test.py
 %%PORTDOCS%%%%DOCSDIR%%/examples/perltest.pl
 %%PORTDOCS%%%%DOCSDIR%%/examples/tcltest.tcl
 %%PORTDOCS%%%%DOCSDIR%%/html/Hamlib_design.png


More information about the svn-ports-all mailing list