You can write a setup.py with no version information specified, and
vcversioner will find a recent, properly-formatted VCS tag and extract a
version from it.
WWW: https://github.com/habnabit/vcversioner
This is a backport of the Python 3.2 functools module for use on Python
versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used
cache decorator).
WWW: https://github.com/MiCHiLU/python-functools32
Handles managing your python package versions in scm metadata instead of
declaring them as the version argument or in a scm managed file.
WWW: https://github.com/pypa/setuptools_scm/
- Remove obsolete xemacs support.
- Bump version number to 1.4.0 to avoid possible misunderstandings.
Major Linux distributions have adopted an unofficial version
labeled as 1.4.0 which includes fixes for Emacs 24.x while the
official distfile is still 1.3.2. There is no substantial
difference between 1.3.2 and 1.4.0 except for Emacs 24.x compatibility,
and this FreeBSD port has already had almost the same changes.
Although similar unofficial versions can be found at [1] or [2],
they look inconsistent and/or not actively maintained. The official
distfile is used for this reason.
[1] http://www.fsavigny.de/gpled-software/psgml-1.4.0.tar.gz
[2] https://marmalade-repo.org/packages/psgml
- Call a configuration script after addresses and prefixes are set
on an interface.
- Do not call rc.d scripts during uninstallation.
Submitted by: garga
PR: 204462
Obtained from: pfSense
Sponsored by: Rubicon Communications (Netgate)
Norfolk moves from +1130 to +1100 on 2015-10-04 at 02:00 local time.
Fiji's 2016 fall-back transition is scheduled for January 17, not 24.
Fort Nelson, British Columbia will not fall back on 2015-11-01. It has
effectively been on MST (-0700) since it advanced its clocks on 2015-03-08.
New zone America/Fort_Nelson.
- Update PORTVERSION and distinfo to 2.2a
- Simplify DISTNAME/DISTFILES/MASTER_SITES/WRKSRC handling
- Clean up language in COMMENT (mcstas-comps only)
- Use PORTVERSION in PLIST_SUB and %%PORTVERSION%% in pkg-plist as
as port installs self-contained under ${PREFIX}/mcstas/${PORTVERSION}
- Add pkg-install/pkg-install to SUB_FILES and rename appropriately
- Use PREFIX in pkg-install.in/pkg-deinstall.in
- Remove the post-fetch routines
- Switch unnecessary bsd.port.(pre|post).mk include to just bsd.port.mk
- Sync pkg-descr verbiage between ports and wrap at 76 characters
PR: 204223
PR: 204224
Submitted by: Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer)