Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.73_3 16 Oct 2019 15:29:32
  |
rene  |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
0.73_3 15 Sep 2019 17:28:09
  |
antoine  |
Deprecate a few ports |
0.73_3 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
0.73_3 04 Aug 2019 15:34:55
  |
antoine  |
Mark BROKEN: unfetchable |
0.73_3 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.73_3 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.73_3 05 Jun 2017 14:50:46
  |
sunpoet  |
Change from USES=twisted to devel/py-twisted
- Add missing PKGNAMEPREFIX by removing trailing \ of previous line
- Fix USES=python: restrict to 2.7
- Use USE_PYTHON=autoplist instead of PLIST
- Bump PORTREVISION for dependency change |
0.73_2 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.73_2 29 Dec 2015 19:10:07
  |
sunpoet  |
- Add LICENSE
- Update and sort RUN_DEPENDS
- Add NO_ARCH
- Remove blank line
- Use = instead of ?=
- Rename patch file
- Pet portlint: fix diff header of patch files |
0.73_2 29 Dec 2015 19:03:25
  |
sunpoet  |
- Move mail/py-spf to mail/py-pyspf
- Update MASTER_SITES: change from SF to CHEESESHOP
- Update RUN_DEPENDS: always use dns/py-py3dns
- Bump PORTREVISION for dependency change
- Bump PORTREVISION for dependent ports |
0.73_1 22 Nov 2014 18:42:44
  |
antoine  |
Cleanup plist |
0.73_1 21 Oct 2014 17:10:06
  |
mva  |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit) |
0.73_1 10 Aug 2014 13:04:35
  |
wen  |
- Reset maintainer to ports@
Submitted by: chifeng@gmail.com(previous maintainer, via email) |
0.73_1 07 Jul 2014 15:31:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
0.73_1 09 Mar 2014 14:24:49
  |
miwi  |
- Convert to autoplist
- Stage support
- Bump PORTREVISIO |
0.73_1 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.73_1 08 Dec 2013 12:04:08
  |
mva  |
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run |
0.73_1 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.73_1 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.73_1 25 Feb 2011 03:19:29
 |
miwi  |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
0.73 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.73 13 Dec 2009 17:00:14
 |
miwi  |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
0.73 18 Oct 2009 06:17:50
 |
itetcu  |
- remove files/patch-setup.py
- replace the above with a ${REINPLACE_CMD} in the Makefile that uses the
environment PREFIX
Thus fix install the port when custom PREFIX is used.
PR: 139539
Submitted by: Sahil Tandon
Approved by: maintainer |
0.73 15 Jul 2009 16:56:10
 |
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
0.73 29 Nov 2008 21:02:39
 |
miwi  |
ACL Policy Daemon is a program that communicates with the Postfix MTA using the
Policy Delegation Protocol implementing an ACL (Access Control List) system,
making very easy to improve and create nice controls on your e-mail traffic.
You can use it to verify SPF records too.
WWW: http://www.apolicy.org
PR: ports/129162
Submitted by: Chifeng QU <chifeng at gmail.com> |