notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: misc/iso-codes/Makefile

Number of commits found: 100

Saturday, 26 Aug 2023
13:26 Guido Falsi (madpilot) search for other commits by this committer
misc/iso-codes: Update to 4.15.0

- Use DISTVERSION and use version numbering corresponding to upstream
  tagging format
- Remove no more required GL_TAGNAME

PR:		273047
Approved by:	Maintainer timeout
commit hash: 61ab4f7347c61c0c135db9fa175f7547759f8528 commit hash: 61ab4f7347c61c0c135db9fa175f7547759f8528 commit hash: 61ab4f7347c61c0c135db9fa175f7547759f8528 commit hash: 61ab4f7347c61c0c135db9fa175f7547759f8528 61ab4f7
Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
misc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan E <alane@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Stangl <alex@stangl.us>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alexey Zelkin <phantom@FreeBSD.org>
  *  Andreas Kohout <shanee@rabbit.augusta.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Stuart <elitetek@tekrealm.net>
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Andy Kosela <akosela@andykosela.com>
  *  Andy Pavlo <amp0928@rit.edu>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Attila Nagy <bra@fsn.hu>
  *  Bjorn Lindstrom <bkhl@elektrubadur.se>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chris Costello <chris@FreeBSD.org>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Chris Stuart <firewolf@lightningfire.net>
  *  Conrad Sabatier <conrads@home.com>
  *  Dan Moschuk <dan@FreeBSD.org>
  *  Daniel B. Hemmerich <dan@spot.org>
  *  David Johnson <david@usermode.org>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dereckson <dereckson@gmail.com>
  *  Dima Dorfman <dima@unixfreak.org>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@chg.ru>
  *  Dmitry Morozovsky <marck@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Turgeon <ericbsd@FreeBSD.org>
  *  Evaldas Auryla <ea@zaib.as>
  *  Filippo Natali <filippo@widestore.net>
  *  Frank Steinborn <steinex@nognu.de>
  *  Frederic Culot <culot@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett Wollman <wollman@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Greg Lehey <grog@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Harald Schmalzbauer <freebsd@omnilan.de>
  *  Harald Wille <harald.wille@students.jku.at>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Pokrovsky <ip@unixway.org>
  *  J Han <hjh@best.com>
  *  James Earl <jdearl@telus.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Howard <howardj@wam.umd.edu>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  John Marino <marino@FreeBSD.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Rodriguez <king@v2project.com>
  *  Julian Stacey <jhs@FreeBSD.org>
  *  KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kim Scarborough <user@unknown.nu>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Leland Wang <llwang@infor.org>
  *  Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
  *  Maksym Sobolyev <sobomax@pbxpress.it>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Marcus Alves Grando <mnag@FreeBSD.org>
  *  Marie Loise Nolden <loise@kde.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Blapp <mb@imp.ch>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matt Mills <matt_mills@btopenworld.com>
  *  Matthew Seaman
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael A. Kohn <mike@mikekohn.net>
  *  Michael Elbel (me)
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Mikael Urankar <mikael.urankar@gmail.com>
  *  Mike Smith <msmith@FreeBSD.org>
  *  Miklos Niedermayer <mico@bsd.hu>
  *  NECDET COKYAZICI <cokyazici@yahoo.co.uk>
  *  Naito Yuichiro <naito.yuichiro@gmail.com>
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Niek Bergboer <niek@bergboer.net>
  *  Oleh Hushchenkov <gor@clogic.com.ua>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pav Lucistnik <pav@oook.cz>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Robert Withrow <witr@rwwa.com>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Scot W. Hetzel
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sebastien gioria <gioria@FreeBSD.org>
  *  Serge Gagnon <gagnon__s@videotron.ca>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Skvortsov <skv@protey.ru>
  *  SimaMoto,RyoTa <liangtai.s4@gmail.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Slaven Rezic <slaven@rezic.de>
  *  Stefan Walter <swalter@lettermax.de>
  *  Stephen Farrell <steve@farrell.org>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Enderle <enderle@mdn.de>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Ting-Wei Lan <lantw44@gmail.com>
  *  Tobias Roth <ports@fsck.ch>
  *  Tom Rhodes <trhodes@FreeBSD.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Blum <torstenb@FreeBSD.org>
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  Wei-chun Chao
  *  Wen Heping <wen@FreeBSD.org>
  *  Willem van Engen <wvengen@stack.nl>
  *  Wojciech A. Koszek <wkoszek@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@FreeBSD.org>
  *  Yonatan@Xpert.com
  *  Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  alfred@FreeBSD.org
  *  bmc@WillsCreek.COM
  *  chinsan
  *  cracauer@cons.org "Martin Cracauer"
  *  dbaker
  *  dd
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  djp
  *  globalpanic@gmx.net
  *  gmarco@giovannelli.it
  *  gpalmer
  *  hrs, lesi
  *  igor@zynaps.ru
  *  ijliao
  *  itojun@itojun.org
  *  jmacd
  *  joerg
  *  jsellens
  *  kaz
  *  king@v2project.com
  *  marcus
  *  marcus@FreeBSD.org
  *  markm
  *  milki <milki@rescomp.berkeley.edu>
  *  mnag
  *  moeding
  *  mp39590@gmail.com
  *  mstowe@chicago.us.mensa.org
  *  olgeni@FreeBSD.org
  *  osa
  *  pfg
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  roam@FreeBSD.org
  *  roam@orbitel.bg
  *  sahne
  *  sanpei@FreeBSD.org
  *  sec@42.org
  *  sf
  *  shanee@augusta.de
  *  shipley@dis.org
  *  stolz@i2.informatik.rwth-aachen.de
  *  sumikawa@FreeBSD.org
  *  vanilla
  *  wosch

With hat:	portmgr
commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 b832da1
Tuesday, 16 Nov 2021
16:03 Gleb Popov (arrowd) search for other commits by this committer
misc/iso-codes: Update to 4.7

PR:		259610
Approved by:	kwm (maintainer timeout)
commit hash: cc9f166a4860a9f133a0b7b96c6c19e87553eaf9 commit hash: cc9f166a4860a9f133a0b7b96c6c19e87553eaf9 commit hash: cc9f166a4860a9f133a0b7b96c6c19e87553eaf9 commit hash: cc9f166a4860a9f133a0b7b96c6c19e87553eaf9 cc9f166
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 12 Mar 2019
21:25 kwm search for other commits by this committer
Update iso-codes to 4.2.
Original commitRevision:495530 
Sunday, 16 Dec 2018
21:41 kwm search for other commits by this committer
Switch to gettext-tools, we only need for building.
While here, pet portlint and move some entries out of the USES section.

PR:		234030
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Original commitRevision:487633 
Sunday, 9 Dec 2018
15:07 kwm search for other commits by this committer
Update iso-codes to 4.1.

* Update pkg-descr.

PR:		231470 (based on)
Submitted by:	takefu@airport.fm
Original commitRevision:487057 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 19 Sep 2017
13:46 kwm search for other commits by this committer
Update iso-codes to 3.76.
Original commitRevision:450124 
Saturday, 6 May 2017
09:30 kwm search for other commits by this committer
Update iso-codes to 3.75.
Original commitRevision:440246 
Wednesday, 25 Jan 2017
15:52 kwm search for other commits by this committer
Update iso-codes to 3.74.
Original commitRevision:432424 
Saturday, 20 Aug 2016
18:07 kwm search for other commits by this committer
Update iso-codes to 3.69.
Original commitRevision:420522 
Thursday, 18 Feb 2016
21:35 kwm search for other commits by this committer
Update iso-codes to 3.65.
Original commitRevision:409133 
Saturday, 12 Dec 2015
14:57 kwm search for other commits by this committer
Update iso-codes to 3.63.
Original commitRevision:403606 
Friday, 2 Oct 2015
16:43 kwm search for other commits by this committer
Update iso-codes to 3.62.
Original commitRevision:398440 
Thursday, 13 Aug 2015
08:50 kwm search for other commits by this committer
Update iso-codes to 3.60.
Original commitRevision:394055 
Thursday, 2 Jul 2015
14:34 kwm search for other commits by this committer
Update iso-codes to 3.59.

Sort USES.
Original commitRevision:391148 
Friday, 9 Jan 2015
15:45 kwm search for other commits by this committer
Update iso-codes to 3.57.
Original commitRevision:376620 
Monday, 22 Sep 2014
09:06 kwm search for other commits by this committer
Update to 3.56.
Original commitRevision:368830 
Tuesday, 29 Jul 2014
21:07 adamw search for other commits by this committer
Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363392 
Friday, 27 Jun 2014
16:09 kwm search for other commits by this committer
Update to 3.54.

Add beginning of ISO 639-5 support, which documents "Codes for the
representation of names of languages"
Original commitRevision:359564 
Monday, 24 Feb 2014
21:11 kwm search for other commits by this committer
Update to 3.51.
Original commitRevision:345899 
Thursday, 12 Dec 2013
09:25 kwm search for other commits by this committer
Update to 3.49.

Add NO_ARCH
Remove local mirror, the reason for having to host it locally was because
 the upstream distfile host suffered a fatal disk failure. Which has been
 resolved but the old iso-codes distfiles where lost.
Original commitRevision:336251 
Sunday, 24 Nov 2013
17:14 kwm search for other commits by this committer
Add local dist site, upstream ftp seems to have vanished.
Original commitRevision:334747 
Tuesday, 1 Oct 2013
13:38 kwm search for other commits by this committer
Update to 3.46.

USE_GMAKE => USES=gmake.
Stageify.
Original commitRevision:328948 
Friday, 20 Sep 2013
20:50 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
Original commitRevision:327745 
Tuesday, 18 Jun 2013
19:26 kwm search for other commits by this committer
Update to 3.43.
Original commitRevision:321216 
Wednesday, 1 May 2013
14:16 kwm search for other commits by this committer
Update to 3.41.

Indent USES correctly to be inline with the rest of the file.
Original commitRevision:317022 
Wednesday, 24 Apr 2013
07:35 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
Original commitRevision:316407 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Original commitRevision:314640 
Sunday, 16 Dec 2012
23:40 kwm search for other commits by this committer
Update to 3.40.

Trim Makefile header.
Original commitRevision:309049 
Friday, 3 Aug 2012
15:54 cs search for other commits by this committer
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
Original commit
Tuesday, 17 Jul 2012
20:23 kwm search for other commits by this committer
Update to 3.37.
Original commit
Saturday, 5 May 2012
21:07 kwm search for other commits by this committer
Update to 3.35.

Remove @dirrmtry lines for directories that we don't install in and/or
don't exist.
Original commit
Tuesday, 14 Feb 2012
14:39 kwm search for other commits by this committer
Update to 3.32.2
Original commit
Sunday, 23 Oct 2011
10:47 kwm search for other commits by this committer
Update to 3.29
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Friday, 8 Apr 2011
10:04 kwm search for other commits by this committer
Update to 3.25.
Original commit
Wednesday, 2 Mar 2011
13:25 kwm search for other commits by this committer
Update to 3.24.2.
Original commit
Friday, 25 Feb 2011
15:56 kwm search for other commits by this committer
Update to 3.24.1.
Original commit
Saturday, 4 Dec 2010
21:56 kwm search for other commits by this committer
Update to 3.23.
Original commit
Saturday, 13 Nov 2010
14:24 kwm search for other commits by this committer
Update to 3.22.

Remove python build dependancy.
Original commit
Sunday, 3 Oct 2010
07:21 kwm search for other commits by this committer
Update to 3.21.
Original commit
Thursday, 30 Sep 2010
22:00 kwm search for other commits by this committer
Update to 3.20.
Original commit
Monday, 2 Aug 2010
08:56 kwm search for other commits by this committer
Update to 3.19.
Original commit
Monday, 26 Jul 2010
21:11 kwm search for other commits by this committer
Update to 3.18.
Original commit
Tuesday, 15 Jun 2010
20:55 kwm search for other commits by this committer
Update to 3.17.

Add license framework.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Thursday, 27 May 2010
21:27 kwm search for other commits by this committer
Drop build dependancy on xmlproc_parse. Its not needed.

PR:             ports/147012
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Friday, 21 May 2010
12:46 kwm search for other commits by this committer
Update to 3.16.
Original commit
Monday, 2 Nov 2009
11:17 kwm search for other commits by this committer
Update to 3.11.1.
Original commit
Thursday, 1 Oct 2009
16:19 kwm search for other commits by this committer
Update to 3.11.
Original commit
Saturday, 5 Sep 2009
08:51 kwm search for other commits by this committer
Update to 3.10.3.
Original commit
Wednesday, 12 Aug 2009
23:12 kwm search for other commits by this committer
Update to 3.10.2.
Original commit
Saturday, 11 Jul 2009
19:20 kwm search for other commits by this committer
Update to 3.10.1.
Original commit
Tuesday, 2 Jun 2009
13:51 kwm search for other commits by this committer
Update to 3.10.
Original commit
Tuesday, 12 May 2009
18:03 kwm search for other commits by this committer
Update to 3.9.
Original commit
Sunday, 12 Apr 2009
14:43 kwm search for other commits by this committer
Update to 3.8.
Original commit
Tuesday, 10 Mar 2009
12:34 kwm search for other commits by this committer
Update to 3.7.
Original commit
Monday, 2 Mar 2009
15:10 kwm search for other commits by this committer
Update to 3.6.
Original commit
Sunday, 10 Aug 2008
20:11 kwm search for other commits by this committer
Don't delete mtree generated directories
Original commit
Friday, 8 Aug 2008
21:25 kwm search for other commits by this committer
Update to 3.2.

Take maintainership
Original commit
Thursday, 17 Jul 2008
23:12 miwi search for other commits by this committer
- Update to 3.1

PR:             125691
Submitted by:   Ports Fury
Original commit
Friday, 6 Jun 2008
13:45 edwin search for other commits by this committer
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)
Original commit
02:36 ade search for other commits by this committer
Major autotools-related update:

        automake        1.10   -> 1.10.1
        gettext         0.16.1 -> 0.17
        libtool         1.5.24 -> 1.5.26
        m4              1.4.9  -> 1.4.11

Please see ports/UPDATING entry 20080605 for further information.

PR:             123450
Tested by:      Full -exp package building run
Thanks to:      linimon, pav
Approved by:    portmgr
Original commit
Friday, 14 Mar 2008
17:34 tabthorpe search for other commits by this committer
- Update to 2.0
- Reassign to pool
Original commit
Monday, 11 Feb 2008
13:21 tabthorpe search for other commits by this committer
- Update to 1.9
Original commit
Thursday, 10 Jan 2008
15:13 tabthorpe search for other commits by this committer
- Update to 1.8
Original commit
Thursday, 3 Jan 2008
13:01 tabthorpe search for other commits by this committer
- Fix parse error under 7.0-RC1/sparc64

PR:             ports/119245
Submitted by:   Stephen Hurd <shurd sasktel.net>
Original commit
Monday, 31 Dec 2007
03:49 tabthorpe search for other commits by this committer
- Add mirrorsite
- Reported by Albert Vest, al vest at earth link dot net
Original commit
Sunday, 30 Dec 2007
06:03 tabthorpe search for other commits by this committer
- Update to 1.7
Original commit
Wednesday, 19 Dec 2007
19:24 tabthorpe search for other commits by this committer
- Update to 1.6
Original commit
Sunday, 7 Oct 2007
03:04 tabthorpe search for other commits by this committer
- Update to 1.5

Approved by:    miwi (co-mentor)
Original commit
Thursday, 4 Oct 2007
08:41 pav search for other commits by this committer
- Clean up rw locate dir. Fixes leftover files for package users

Reported by:    pointyhat
Original commit
Thursday, 30 Aug 2007
13:16 tabthorpe search for other commits by this committer
- update to 1.4

Approved by:    clsung (mentor)
Original commit
Thursday, 23 Aug 2007
04:00 tabthorpe search for other commits by this committer
- change maintainer address on ports I maintain

Approved by:    clsung (mentor)
Original commit
Monday, 30 Jul 2007
03:59 beech search for other commits by this committer
- Update to latest version - 1.3
- Set master sites to developers repo.
- Replace patch with reinplace_cmd.
- Remove unnecessary autotools, config args and worksrc=.
- Pass maintainership to submitter.

PR:             ports/114840
Submitted by:   Thomas Abthorpe <thomas@goodking.ca>
Approved by:    sat (mentor)
Original commit
Friday, 29 Jun 2007
19:33 linimon search for other commits by this committer
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 5 Dec 2006
22:04 miwi search for other commits by this committer
- Update to 0.58

PR:             ports/105666
Submitted by:   myself
Approved by:    maintainer timeout
Original commit
Saturday, 23 Sep 2006
20:52 bsam search for other commits by this committer
- Update to 0.53
- Add local mirror
- Remove stale patch (merged to upstream)

PR:             103371
Submitted by:   Rainer Alves <rainer.alves at gmail.com> (maintainer)
Original commit
Thursday, 22 Jun 2006
02:18 shaun search for other commits by this committer
Fix WRKSRC so port builds after previous update.

Approved by:    ahze (mentor)
Original commit
Wednesday, 21 Jun 2006
19:29 shaun search for other commits by this committer
- Update to 0.51.1.1 -> make fetchable again.

PR:             ports/99252
Submitted by:   Rainer Alves <rainer.alves@gmail.com> (maintainer)
Approved by:    ahze (mentor)
Original commit
Monday, 8 May 2006
21:39 pav search for other commits by this committer
- Update to 0.51

PR:             ports/96997
Submitted by:   Rainer Alves <rainer.alves@gmail.com> (maintainer)
Original commit
Monday, 24 Apr 2006
22:59 pav search for other commits by this committer
- Update to 0.50
- Take maintainership

PR:             ports/95798
Submitted by:   Rainer Alves <rainer.alves@gmail.com>
Original commit
Friday, 14 Apr 2006
23:25 linimon search for other commits by this committer
Reset kwm due to no response about email.

Hat:    portmgr
Original commit
Wednesday, 19 Oct 2005
11:10 kwm search for other commits by this committer
Update 0.48.

Host distfile locally.
Original commit
Thursday, 13 Oct 2005
00:45 adamw search for other commits by this committer
Portmgr was right in that the distfile HAS disappeared, and there
are new files available. However, the new files are dissimilar from
the current PORTVERSION (0.46.orig) in that a number of code XML files
have disappeared, and none of the auto* stuff has been generated for
the 0.48-1 tarball.

Having this port marked BROKEN prevents nearly 75 GNOME ports from
building, and I'm not okay with that. While Koop sorts out the
distfile situation and works on updating the port, I've temporarily
hosted the old distfile on MASTER_SITE_LOCAL, and I'm removing the
BROKEN and DEPRECATED lines that linimon added.

I'm sure Koop will update the port soon *poke*
Original commit
Tuesday, 11 Oct 2005
17:59 linimon search for other commits by this committer
Mark as BROKEN: distfile needs to be updated.

Source:         distfile survey
Original commit
Monday, 27 Jun 2005
20:52 marcus search for other commits by this committer
Be sure to create libdata/pkgconfig since this was only added to mtree
recently, and is still required for older versions of FreeBSD.

Reported by:    GNOME Tinderbox
Original commit
Monday, 16 May 2005
21:52 pav search for other commits by this committer
- libdata/pkgconfig is now included in mtree

Approved by:    marcus (portmgr hat)
Original commit
Monday, 25 Apr 2005
10:36 kwm search for other commits by this committer
Fix plist.

Submitted by:   pointyhat via kris.
Original commit
Tuesday, 12 Apr 2005
16:06 kwm search for other commits by this committer
Update to 0.46.
Correct a few for loops in the do-install target.
Original commit
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Friday, 8 Apr 2005
11:10 kwm search for other commits by this committer
Fix fetch.

Submitted by:   pointyhat via kris.
Original commit
Saturday, 2 Apr 2005
19:23 kwm search for other commits by this committer
Add iso-codes. Which contains translations for ISO 639 (language names),
ISO 3166 (county names) and ISO 4217.
Original commit

Number of commits found: 100