Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_1 26 Jun 2021 17:35:02 |
Rene Ladan (rene) |
*/*: Remove expired ports:
2020-12-31 devel/viewvc: Uses Python 2.7 which is EOLed upstream |
1.2.1_1 20 Jun 2021 16:16:17 |
Po-Chuan Hsieh (sunpoet) |
devel/viewvc: Remove PY_PYGMENTS
With hat: python |
1.2.1_1 09 Jun 2021 19:05:18 |
Olli Hauer (ohauer) |
devel/viewvc: move to ports@ |
1.2.1_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.2.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.1_1 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
1.2.1_1 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
1.2.1_1 29 Dec 2020 12:35:48 |
rene |
devel/viewvc: remove optional dependency on expired databases/py-MySQLdb |
1.2.1_1 25 Nov 2020 19:29:36 |
dvl |
Add devel/viewvc-devel which uses Python 3
The original PR is from Robert William Vesterman but the bulk of this patch
comes from Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
PR: 247161,247804
Submitted by: Robert William Vesterman <bob@vesterman.com>,Yasuhito FUTATSUKI
<freebsd-bug-report-yf@yf.bsdclub.org>
Approved by: maintainer timeout (7 weeks) |
1.2.1_1 21 Sep 2020 12:12:41 |
antoine |
Use the PY_PYGMENTS variable
With hat: portmgr |
1.2.1 19 Sep 2020 12:42:40 |
rene |
devel/viewvc: remove optional support for expired mod_python35 |
1.2.1 02 Jun 2020 18:36:35 |
antoine |
Fix devel/py-subversion and ports depending on it
With hat: portmgr |
1.2.1 19 Apr 2020 17:49:56 |
ohauer |
- update to 1.2.1
- set update instruction notes on pkg-message
ChangeLog v1.2.0:
bumped minimum supported Python version to 2.4
implemented support for property diffs (Tigris #383)
allow user-configurable cvsgraph display (Tigris #336)
allow rNNNN syntax for Subversion revision numbers (Tigris #441)
display revision numbers in CVS tag/branch selector (Tigris #546)
allow roots to have optional context (#58)
use a more secure temporary file generator (#159)
fix problems with make-database and special characters (#141, #182)
fix bogus default ci_when value in cvsdb (#200)
standalone query interface removed (#206)
GUI support (--gui) removed from standalone.py
ChangeLog v1.2.1:
security fix: escape subdir lastmod file name
PR: 245728
Submitted by: Yasuhito FUTATSUKI |
1.1.28 19 Apr 2020 15:35:40 |
ohauer |
- update to 1.1.28
- security fix: escape subdir lastmod file name
- fix standalone.py first request failure
PR: 245728
Submitted by: Yasuhito FUTATSUKI
MFH: 2020Q2 |
1.1.27 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.1.27 07 Jun 2019 17:50:07 |
ohauer |
- update to 1.1.27 |
1.1.26_1 01 May 2019 14:03:45 |
ohauer |
- remove OPTION for MODPYTHON33
(www/mod_python33 was removed one year ago)
- adjust APACHE_RUN s/22/24/
(apache22 was removed one year ago)
- add decision to include correct py-subversion depending on WITH_SUBVERSION_VER
- portlint
- bump PORTREVISION |
1.1.26 16 Apr 2018 11:03:32 |
brnrd |
devel/viewvc: Mark option mod_python33 broken
- mod_python33 removed with apache22 removal |
1.1.26 02 Apr 2018 09:08:43 |
ohauer |
- fix run dependency
(PKGNAMESUFFIX was removed from mod_wsgi in r466160) |
1.1.26 07 Feb 2018 07:03:54 |
ohauer |
- fix build with mod_wsgi4 after r461083 (www/mod_wsgi4: Support FLAVORS) |
1.1.26 19 Jan 2018 17:04:53 |
mat |
Options are already optional.
Sponsored by: Absolight |
1.1.26 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 ) |
1.1.26 26 Jan 2017 06:30:18 |
ohauer |
- update to 1.1.26
- change MASTER_SITE to GH
Changelog:
- security fix: escape nav_data name to avoid XSS attack
MFH: 2017Q1 |
1.1.25 17 Sep 2016 08:17:09 |
ohauer |
- update to 1.1.25
- change OPTION_DESC to a better description
https://lists.freebsd.org/pipermail/freebsd-ports/2016-September/104805.html
Changelog:
Version 1.1.25 (released 15-Sep-2016)
- fix _rev2optrev assertion on long input |
1.1.24_1 30 Mar 2016 09:43:57 |
ohauer |
- remove ${PORTSDIR} from dependency |
1.1.24_1 10 Jan 2016 18:16:42 |
ohauer |
- use "SED" instead "REINPLACE_CMD -i"
- provide better config for apache24
- bump PORTREVISION |
1.1.24 03 Oct 2015 14:24:08 |
ohauer |
- update to 1.1.24
* fix minor bug in human_readable boolean calculation
* allow hr_funout option to apply to unidiff diffs, too
* fix infinite loop in rcsparse
* fix iso8601 timezone offset handling (issue #542)
* add support for renamed roots (issue #544)
* fix minor buglet in viewvc-install error message
MFH: 2015Q4 |
1.1.23_1 12 Jul 2015 10:11:34 |
ohauer |
- refelct mod_wsgi3 => mod_wsgi3 update
- bump PORTREVISION
PR: 201023
Submitted by: ohauer |
1.1.23 09 Nov 2014 19:24:52 |
ohauer |
- update to 1.1.23
Version 1.1.23 (released 04-Nov-2014)
* fix annotate bug triggered by files with trailing blank lines (issue #533)
* fix markup display of files with trailing blank lines (issue #533)
* add support for root-relative svnauthz access files (issue #535)
* fix cvsdb MySQL-python argument conversion error (issue #539)
* fix double-escaping of revision links (issue #541)
* fix bug that prevented mod_python 3.4+ deployment (issue #540) |
1.1.22_2 28 Sep 2014 18:38:02 |
ohauer |
- remove unused CPE vars
- use new python:2.7 notation
- change apache sample to match apache24
- use own shebangfix, to many files (w.o file suffix)
- use new pkg-plist (remove @dirrm..)
- bump PORTREVISION |
1.1.22_1 06 Aug 2014 22:08:13 |
ohauer |
- LICENSE s/BSD/BSD2CLAUSE/
- add CPE information
- rename .dist files to .sample files an use @sample macro in pkg-plist
- sort pkg-plist
- bump PORTREVISION |
1.1.22 20 Jul 2014 18:50:53 |
bdrewery |
Quote ${RM} in preparation for adding '-f' by default.
With hat: portmgr |
1.1.22 15 Apr 2014 18:46:38 |
ohauer |
- move www/mod_python3 -> www/mod_python33
- use DIST_SUBDIR
- adjust devel/viewvc + add OPTION for www/mod_python35
- add entry to UPDATING and MOVED
with hat apache@ |
1.1.22 15 Jan 2014 20:53:06 |
ohauer |
- update to 1.1.22
Version 1.1.22 (released 14-Jan-2014)
* minor directory sorting logic fix (re: show_subdir_lastmod)
* fix display of show_subdir_lastmod details (issue #532)
* pay attention to chardet's detection confidence
* linkify line numbers in markup/annotate view |
1.1.21 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) |
1.1.21 25 Nov 2013 20:06:36 |
ohauer |
- adopt new ${opt}_USE
- followup PR ports/183353
(non default setting, therefore no PORTREVISION bump) |
1.1.21 27 Sep 2013 15:53:09 |
ohauer |
- stageify
- use new ${${opt}_${deptype}_DEPENDS} macros |
1.1.21 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.1.21 14 Sep 2013 10:00:51 |
ohauer |
- Version 1.1.21 (released 13-Sep-2013)
- fix markup/annotate exception with Python < 2.7 (issue #527) |
1.1.20 24 Apr 2013 16:11:16 |
ohauer |
- update to Version 1.1.20 (released 24-Apr-2013)
* fix tab-to-space handling regression in markup view
* fix regression in root lookup handling (issue #526) |
1.1.19 23 Apr 2013 15:05:24 |
ohauer |
- update to version 1.1.19
Version 1.1.19 (released 22-Apr-2013)
* improve root lookup performance (issue #523)
* new 'max_filesize_kbytes' config option and handling (issue #524)
* tarball generation improvements:
- preserve Subversion symlinks in generated tarballs (issue #487)
- reduce memory usage of tarball generation logic
- fix double compression of generated tarballs (issue #525)
* file content handling improvements:
- expanded support for encoding detection and transcoding (issue #11)
- fix tab-to-space conversion bugs in markup, annotate, and diff views
- fix handling of trailing whitespace in diff view
* add support for timestamp display in ISO8601 format (issue #46) |
1.1.18 01 Mar 2013 06:14:51 |
ohauer |
- update to version 1.1.18
Changes:
Version 1.1.18 (released 28-Feb-2013)
* fix exception raised by BDB-backed SVN repositories (issue #519)
* hide revision-less files when rcsparse is in use
* include branchpoints in branch views using rcsparse (issue #347)
* miscellaneous cvsdb improvements:
- add --port option to make-database (issue #521)
- explicitly name columns in queries (issue #522)
- update MySQL syntax to avoid discontinued "TYPE=" terms |
1.1.17 25 Oct 2012 15:35:00 |
ohauer |
- update viewvc to version 1.1.17
Version 1.1.17 (released 25-Oct-2012)
* fix exception caused by uninitialized variable usage (issue #516)
Version 1.1.16 (released 24-Oct-2012)
* security fix: escape "extra" diff info to avoid XSS attack (issue #515)
* add 'binary_mime_types' configuration option and handling (issue #510)
* fix 'select for diffs' persistence across log pages (issue #512)
* remove lock status and filesize check on directories in remote SVN views
* fix bogus 'Annotation of' page title for non-annotated view (issue #514)
Feature safe: yes |
1.1.15 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
1.1.15 24 Jun 2012 15:32:34 |
ohauer |
Version 1.1.15 (released 22-Jun-2012)
* security fix: complete authz support for remote SVN views (issue #353)
* security fix: log msg leak in SVN revision view with unreadable copy source
* fix several instances of incorrect information in remote SVN views
* increase performance of some revision metadata lookups in remote SVN views
* fix RSS feed regression introduced in 1.1.14 |
1.1.14 17 Jun 2012 18:18:37 |
ohauer |
- update to viewvc to version 1.1.14
- adopt OPTIONS_NG
Note:
patch for issue #504 was already included in viewvc-1.1.13
most interesting new feature is the fix for issue #429
Version 1.1.14 (released 12-Jun-2012)
* fix annotation of svn files with non-URI-safe paths (issue #504)
* handle file:/// Subversion rootpaths as local roots (issue #446)
* fix bug caused by trying to case-normalize anon usernames (issue #505)
* speed up log handling by reusing tokenization results (issue #506)
* add support for custom review log markup rules (issue #429) |
1.1.13 07 Feb 2012 19:38:56 |
ohauer |
- update to Version 1.1.14
- pet portlint
- always install the rc script
CHANGES:
Version 1.1.13 (released 23-Jan-2012)
* fix svndbadmin failure on deleted paths under Subversion 1.7 (issue #499)
* fix annotation of files in svn roots with non-URI-safe paths
* fix stray annotation warning in markup display of images
* more gracefully handle attempts to display binary content (issue #501)
Additional patch (pre 1.1.14):
* fix annotation of svn files with non-URI-safe paths (issue #504) |
1.1.12 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. |
1.1.12 05 Nov 2011 13:00:30 |
ohauer |
Version 1.1.12 (released 03-Nov-2011)
* fix path display in patch and certain diff views (issue #485)
* fix broken cvsdb glob searching (issue 486)
* allow svn revision specifiers to have leading r's (issue #441, #448)
* allow environmental override of configuration location (issue #494)
* fix exception HTML-escaping non-string data under WSGI (issue #454)
* add links to root logs from roots view (issue #470)
* use Pygments lexer-guessing functionality (issue #495) |
1.1.11_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
1.1.11 23 May 2011 04:45:27 |
ohauer |
- update to version 1.1.11
Version 1.1.11 (released 17-May-2011)
* security fix: remove user-reachable override of cvsdb row limit
* fix broken standalone.py -c and -d options handling
* add --help option to standalone.py
* fix stack trace when asked to checkout a directory (issue #478)
* improve memory usage and speed of revision log markup (issue #477)
* fix broken annotation view in CVS keyword-bearing files (issue #479)
* warn users when query results are incomplete (issue #443)
* avoid parsing errors on RCS newphrases in the admin section (issue #483)
* make rlog parsing code more robust in certain error cases (issue #444) |
1.1.10 22 Mar 2011 00:10:24 |
ohauer |
- update to version 1.1.10
Take maintainership, OK from glarkin via email. |
1.1.9 18 Mar 2011 23:40:37 |
glarkin |
- Updated to 1.1.9
- Fixed Apache OPTION message
- Updated verbiage in pkg-message regarding installation of standalone
server rc script
PR: 155106
Submitted by: ohauer |
1.1.8_1 07 Jan 2011 23:03:35 |
glarkin |
- Fixed a dependency-related typo introduced in the previous commit [1]
- Added BSD license
- Added more checks for valid option combinations
- Bumped PORTREVISION
PR: ports/153761
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> [1] |
1.1.8 27 Dec 2010 15:52:11 |
pgollucci |
- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
is no longer present to test for.
Approved by: itectu (portmgr, via irc) |
1.1.8 03 Dec 2010 20:58:15 |
ohauer |
- update viewvc to version 1.1.8
Changes:
* fix slowness triggered by allow_compress=1 configuration (issue #467)
* allow use of 'fcrypt' for Windows standalone.py authn support (issue #471)
* yield more useful error on directory markup/annotate request (issue #472)
Approved by: glarkin (via mail) |
1.1.7 28 Sep 2010 05:05:53 |
pgollucci |
- There is no 3 in the module so name |
1.1.7 28 Sep 2010 05:00:48 |
pgollucci |
- Fix a typo in the PR I submitted that glarkin committed. |
1.1.7 16 Sep 2010 22:13:39 |
ohauer |
- update to viewvc-1.1.7
Version 1.1.7 (released 09-Sep-2010)
* display Subversion revision properties in the revision view (issue #453)
* fix exception in 'standalone.py -r REPOS' when run without a config file
* fix standalone.py server root deployments (--script-alias='')
* add rudimentary Basic authentication support to standalone.py (issue #49)
* fix obscure "unexpected NULL parent pool" Subversion bindings error
* enable path info / link display in remote Subversion root revision view
* fix vhost name case handling inconsistency (issue #466)
* use svn:mime-type property charset param as encoding hint
* markup Subversion revision references in log messages (issue #313)
* add rudimentary support for FastCGI-based deployments (issue #464)
* fix query script WSGI deployment
* add configuration to fix query script cross-linking to ViewVC
Approved by: glarkin (mentor) |
1.1.6_1 08 Sep 2010 18:39:03 |
glarkin |
- Added an option to include mod_wsgi as a RUN_DEPENDS, since ViewVC
supports it (now preferred vs. mod_python)
- Deprecated the mod_python option as that module is phased out upstream
- Bumped PORTREVISION
PR: ports/150258
Submitted by: pgollucci |
1.1.6 27 Jul 2010 15:08:09 |
glarkin |
- Removed duplicate -c flag from daemon command in standalone server
startup script.
Submitted by: Andrzej Tobola (ato at iem dot pw dot edu dot pl) (via email) |
1.1.6 07 Jul 2010 18:03:21 |
glarkin |
- Updated to 1.1.6
- Modified rc.d script for standalone mode so it daemonizes properly
- Changed a MASTER_SITES entry
PR: ports/148185
Submitted by: olli hauer <ohauer at gmx dot de>
Feature safe: yes |
1.1.5_3 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
1.1.5_2 11 May 2010 00:10:26 |
glarkin |
- Added patch to fix bug http://viewvc.tigris.org/issues/show_bug.cgi?id=454
PR: ports/146379
Submitted by: olli hauer <ohauer@gmx.de> |
1.1.5_1 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
1.1.5 29 Apr 2010 20:08:00 |
glarkin |
- Take over maintainership |
1.1.5 29 Apr 2010 19:37:25 |
pgollucci |
- Release some more |
1.1.5 27 Apr 2010 03:26:25 |
pgollucci |
- Update to 1.1.5 |
1.1.3_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.1.3_1 10 Jan 2010 00:01:05 |
pgollucci |
- Apply fix for ViewVC issue 445
<http://viewvc.tigris.org/issues/show_bug.cgi?id=445>
http://viewvc.tigris.org/source/browse/viewvc/branches/1.1.x/lib/config.py?view=patch&r1=2316&r2=2317&pathrev=2317
PR: ports/142460
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> |
1.1.3 24 Dec 2009 19:12:01 |
pgollucci |
Update viewvc to version 1.1.3
Version 1.1.3 (released 22-Dec-2009)
* security fix: add root listing support of per-root authz config
* security fix: query.py requires 'forbidden' authorizer (or none) in config
* fix URL-ification of truncated log messages (issue #3)
* fix regexp input validation (issue #426, #427, #440)
* add support for configurable tab-to-spaces conversion
* fix not-a-sequence error in diff view
* allow viewvc-install to work when templates-contrib is absent
* minor template improvements/corrections
* expose revision metadata in diff view (issue #431)
* markup file/directory item property URLs and email addresses (issue #434)
* make ViewVC cross copies in Subversion history by default
* fix bug that caused standalone.py failure under Python 1.5.2 (issue #442)
* fix support for per-vhost overrides of authorizer parameters (issue #411)
* fix root name identification in query.py interface
PR: ports/141957
Submitted by: olli hauer <ohauer@gmx.de> |
1.1.2 19 Sep 2009 18:02:12 |
miwi |
- Update to 1.1.2
PR: 138074
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: maintainer timeout
Feature safe: yes |
1.1.1 08 Jun 2009 07:39:19 |
pgollucci |
- Update to 1.1.1
- Utilize bsd.port.options.mk
Changes:
http://viewvc.tigris.org/source/browse/*checkout*/viewvc/tags/1.1.1/CHANGES
PR: ports/135315
Submitted by: olli hauer <ohauer@gmx.de> |
1.1.0 01 Jun 2009 01:30:26 |
pgollucci |
- update viewvc to version 1.1.0 (released 13-May-2009)
- remove MAKE_JOBS_SAFE from Makefile, since this port is NO_BUILD
- make viewvc rc script work again
viewvc.conf and templates are not compatible to 1.0.x version, even the
database scripts has changed.
For details see:
http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/docs/upgrading-howto.html
Changes:
http://viewvc.tigris.org/source/browse/*checkout*/viewvc/tags/1.1.0/CHANGES
PR: ports/135056
Submitted by: olli hauer <ohauer@gmx.de> |
1.0.7_1 17 May 2009 10:08:12 |
pgollucci |
missed one APACHE2 |
1.0.7_1 17 May 2009 02:30:16 |
pgollucci |
- Change OPTION
o APACHE2 -> APACHE (WITH_APACHE2) is deprecated
APACHE_PORT's value will be used
- Bump PORTREVISION
- Add UPDATING note |
1.0.7 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
1.0.7 24 Dec 2008 08:30:09 |
pgollucci |
Fix typo in pkg-message.in
PR: ports/129801
Submitted by: Romain Tartiere <romain@blogreen.org>
Approved by: gabor (mentor) |
1.0.7 18 Nov 2008 00:04:08 |
wxs |
Update to 1.0.7
PR: ports/127970
Submitted by: romain@blogreen.org
Approved by: maintainer timeout |
1.0.5_4 22 Aug 2008 16:47:20 |
pgollucci |
http://viewvc.tigris.org/issues/show_bug.cgi?id=369
Deal with viewvc issues #369 -- mod_python import cycle
by incorporating vendor svn commit r1993 from branches/1.0.x
Requested by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (via e-mail)
Approved by: gabor (mentor) |
1.0.5_3 20 Aug 2008 12:23:56 |
pgollucci |
Fix typo in previous commit breaking the dependency on mod_python3:
Needs an absolute path
PR: ports/126672
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: gabor (mentor, implicit) |
1.0.5_3 19 Aug 2008 21:59:24 |
pgollucci |
- Add OPTIONS
o LIGHTTPD
- Add rc.d script for standalone server
- Much better pkg-message content
- Bump PORTREVISION
PR: ports/122469
Submitted by: olli hauer <ohauer@gmx.de>
Reworked by: pgollucci
Approved by: gabor (mentor) |
1.0.5_2 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
1.0.5_2 30 Jun 2008 12:36:56 |
lev |
Bump PORTREVISION due to subversion upgrade. |
1.0.5_1 30 Jun 2008 10:00:07 |
lev |
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings. |
1.0.5_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0.5 03 Apr 2008 02:39:36 |
araujo |
- Update to 1.05. [2]
- Pass maintainership to submitter. [1]
- Add knob MODPYTHON3. [1]
PR: ports/121160 [1], ports/121883 [2]
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> |
1.0.4 11 Apr 2007 10:37:05 |
lwhsu |
- Update to 1.0.4.
- Remove unnecessary FETCH_DEPENDS.
- Add install of viewvc.conf and cvsgraph.conf without overwriting user
modified files and save them on port deinstall.
- Remove patch-viewvc-install file and pkg-message messages.
PR: 111467
Submitted by: Alexander Logvinov <ports AT logvinov.com>
Approved by: Jean-Baptiste Quenot <jbq AT caraldi.com> (maintainer)
clsung (mentor) |
1.0.3 22 Dec 2006 09:28:41 |
miwi |
- Update to 1.0.3
PR: ports/106378
Submitted by: Martin Matuska <martin@matuska.org>
Approved by: maintainer timeout |
1.0.1_1 12 Dec 2006 18:49:48 |
gabor |
- Add missing dependency
- Bump PORTREVISION
- Portlint(1)
PR: ports/106599
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
Approved by: erwin (mentor) |
1.0.1 26 Jul 2006 19:01:22 |
mnag |
- Update to 1.0.1
PR: 100837
Approved by: maintainer
Rework by: maintainer |
1.0.0 04 May 2006 18:30:10 |
mnag |
* devel/viewvc
- Add new port viewvc and update to 1.0.0
* Makefile
- Add viewvc
PR: 96099
Submitted by: Jean-Baptiste Quenot <jbq___caraldi.com>
Repocopy by: marcus |