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: archivers/rar/Makefile

Number of commits found: 106 (showing only 100 on this page)

1 | 2  »  

Saturday, 9 Mar 2024
14:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 7.00

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: 65a216c72cd7da4b70bd5769366c34dcc5906a17 commit hash: 65a216c72cd7da4b70bd5769366c34dcc5906a17 commit hash: 65a216c72cd7da4b70bd5769366c34dcc5906a17 commit hash: 65a216c72cd7da4b70bd5769366c34dcc5906a17 65a216c
Tuesday, 20 Feb 2024
22:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
archivers/rar: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 9853aa9bb5f6e67663bddef7f5efa118e2e7c1c4 commit hash: 9853aa9bb5f6e67663bddef7f5efa118e2e7c1c4 commit hash: 9853aa9bb5f6e67663bddef7f5efa118e2e7c1c4 commit hash: 9853aa9bb5f6e67663bddef7f5efa118e2e7c1c4 9853aa9
Monday, 25 Dec 2023
08:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.24

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: bb97b02225a9f78828ce96850a29a8b7df929d35 commit hash: bb97b02225a9f78828ce96850a29a8b7df929d35 commit hash: bb97b02225a9f78828ce96850a29a8b7df929d35 commit hash: bb97b02225a9f78828ce96850a29a8b7df929d35 bb97b02
Wednesday, 16 Aug 2023
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.23

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: e295bcb3b883eba3669731bfca14fb2a93fe819c commit hash: e295bcb3b883eba3669731bfca14fb2a93fe819c commit hash: e295bcb3b883eba3669731bfca14fb2a93fe819c commit hash: e295bcb3b883eba3669731bfca14fb2a93fe819c e295bcb
Monday, 5 Jun 2023
18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.22

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: 2bfbc782719eaed3e9e39f0e0dd8c4d4a295bf7a commit hash: 2bfbc782719eaed3e9e39f0e0dd8c4d4a295bf7a commit hash: 2bfbc782719eaed3e9e39f0e0dd8c4d4a295bf7a commit hash: 2bfbc782719eaed3e9e39f0e0dd8c4d4a295bf7a 2bfbc78
Saturday, 27 May 2023
04:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.21

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: 5a5eba054fc8eef1e9c351facda1753972876a39 commit hash: 5a5eba054fc8eef1e9c351facda1753972876a39 commit hash: 5a5eba054fc8eef1e9c351facda1753972876a39 commit hash: 5a5eba054fc8eef1e9c351facda1753972876a39 5a5eba0
Sunday, 5 Feb 2023
15:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.20

- Update MASTER_SITES: https://rarlab.com/ redirects to https://www.rarlab.com/

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: aadeaddc2f647972895edd9e006b6c2bf4d97aac commit hash: aadeaddc2f647972895edd9e006b6c2bf4d97aac commit hash: aadeaddc2f647972895edd9e006b6c2bf4d97aac commit hash: aadeaddc2f647972895edd9e006b6c2bf4d97aac aadeadd
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:20 Tobias C. Berner (tcberner) search for other commits by this committer
archivers: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreev Maxim
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Anes Mukhametov <anes@anes.su>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ayumi M <ayu@commun.jp>
  *  Carsten Larsen <cs@innolan.dk>
  *  Chin-San Huang <chinsan.tw@gmail.com>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Cyrille Lefevre <cyrille.lefevre@laposte.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Felix Palmen <felix@palmen-it.de>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  Igor Pokrovsky <tiamat@telegraph.spb.ru>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Burchell <toxic@doobie.com>
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jerry Hicks
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  John Marino <marino@FreeBSD.org>
  *  José García Juanino <jjuanino@gmail.com>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  Kevin Golding <ports@caomhin.org>
  *  Konstantin Reznichenko <kot@premierbank.dp.ua>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Kane <mark@mkproductions.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Matteo Cypriani <mcy@lm7.fr>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Melvyn Sopacua <melvyn@magemana.nl>
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Nathan Ahlstrom <nra@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Per Wigren
  *  Philippe Casidy <pcasidy@casidy.com>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Poul-Henning Kamp <phk@FreeBSD.org>
  *  Radim Kolar
  *  Radim Kolar <hsn@filez.com>
  *  Radim Kolar <hsn@netmag.cz>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roman Shterenzon <roman@xpert.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yarodin <yarodin@gmail.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  ache
  *  adamw
  *  antoine@FreeBSD.org
  *  bf <bf2006a@yahoo.com>
  *  chinsan <chinsan.tw@gmail.com>
  *  giffunip@asme.org
  *  gurkan@phys.ethz.ch
  *  iblis <iblis.dif01@nctu.edu.tw>
  *  ijliao
  *  jmz
  *  kwm@FreeBSD.org
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  mm
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  samm@freebsd.org
  *  swhetzel@gmail.com
  *  will

With hat:	portmgr
commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 1ced9d2
Thursday, 16 Jun 2022
13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.12

Changes:	https://www.rarlab.com/rarnew.htm
Security:	CVE-2022-30333
commit hash: bab9aff6d2b9de43e997d152646c9e13d774203a commit hash: bab9aff6d2b9de43e997d152646c9e13d774203a commit hash: bab9aff6d2b9de43e997d152646c9e13d774203a commit hash: bab9aff6d2b9de43e997d152646c9e13d774203a bab9aff
Monday, 7 Mar 2022
19:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Fix DISTNAME for i386

Reported by:	George L. Yermulnik <yz@yz.kiev.ua>
commit hash: 44d01a2f1f251e45a7dd094614d74e349870a7fe commit hash: 44d01a2f1f251e45a7dd094614d74e349870a7fe commit hash: 44d01a2f1f251e45a7dd094614d74e349870a7fe commit hash: 44d01a2f1f251e45a7dd094614d74e349870a7fe 44d01a2
18:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.11

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: c6f72ab20dcb7f6d2d4e13b98b9b88eeea1ae847 commit hash: c6f72ab20dcb7f6d2d4e13b98b9b88eeea1ae847 commit hash: c6f72ab20dcb7f6d2d4e13b98b9b88eeea1ae847 commit hash: c6f72ab20dcb7f6d2d4e13b98b9b88eeea1ae847 c6f72ab
Monday, 28 Feb 2022
12:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.10

- Update maintainer section

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: cc5f7dfb62b2c08631ffec57b4eca5eea5df963b commit hash: cc5f7dfb62b2c08631ffec57b4eca5eea5df963b commit hash: cc5f7dfb62b2c08631ffec57b4eca5eea5df963b commit hash: cc5f7dfb62b2c08631ffec57b4eca5eea5df963b cc5f7df
Wednesday, 13 Oct 2021
05:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Cosmetic change
commit hash: 250f5fa1ab17356086550423e8be4428bc95e5f0 commit hash: 250f5fa1ab17356086550423e8be4428bc95e5f0 commit hash: 250f5fa1ab17356086550423e8be4428bc95e5f0 commit hash: 250f5fa1ab17356086550423e8be4428bc95e5f0 250f5fa
Monday, 6 Sep 2021
19:56 Bernhard Froehlich (decke) search for other commits by this committer
archivers/rar: Add CPE information

Approved by:	portmgr (blanket)
commit hash: bb730986ac849aff469ae8267f518866f3444f60 commit hash: bb730986ac849aff469ae8267f518866f3444f60 commit hash: bb730986ac849aff469ae8267f518866f3444f60 commit hash: bb730986ac849aff469ae8267f518866f3444f60 bb73098
Sunday, 20 Jun 2021
11:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.0.2

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: 34d40df1c0d8a61de055c6d526871f730b954966 commit hash: 34d40df1c0d8a61de055c6d526871f730b954966 commit hash: 34d40df1c0d8a61de055c6d526871f730b954966 commit hash: 34d40df1c0d8a61de055c6d526871f730b954966 34d40df
Thursday, 6 May 2021
11:47 Mathieu Arnold (mat) search for other commits by this committer
Deorbit RESTRICTED && NO_CDROM, part one.

For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b adb9312
Sunday, 25 Apr 2021
20:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/rar: Update to 6.01

Changes:	https://www.rarlab.com/rarnew.htm
commit hash: 1b8dc854f9553ccc48dbc5484a8a5b67e9cb1776 commit hash: 1b8dc854f9553ccc48dbc5484a8a5b67e9cb1776 commit hash: 1b8dc854f9553ccc48dbc5484a8a5b67e9cb1776 commit hash: 1b8dc854f9553ccc48dbc5484a8a5b67e9cb1776 1b8dc85
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
Sunday, 10 Jan 2021
08:18 sunpoet search for other commits by this committer
Sort PLIST
Original commitRevision:560920 
Wednesday, 6 Jan 2021
20:24 sunpoet search for other commits by this committer
Update to 6.00

Changes:	https://www.rarlab.com/rarnew.htm
Original commitRevision:560563 
Sunday, 15 Nov 2020
17:57 sunpoet search for other commits by this committer
Update to 6.00 Beta 2

Changes:	https://www.rarlab.com/rarnew.htm
Original commitRevision:555258 
Saturday, 19 Sep 2020
15:34 sunpoet search for other commits by this committer
Update LICENSE_PERMS: remove *-sell
Original commitRevision:548998 
Wednesday, 8 Jul 2020
18:55 sunpoet search for other commits by this committer
Update to 5.9.1

Changes:	https://www.rarlab.com/rarnew.htm
Original commitRevision:541511 
Thursday, 2 Apr 2020
12:00 sunpoet search for other commits by this committer
Update to 5.9.0

Changes:	https://www.rarlab.com/rarnew.htm
Original commitRevision:530279 
Friday, 13 Dec 2019
06:41 sunpoet search for other commits by this committer
Update to 5.8.0

- Update WWW

Changes:	https://www.rarlab.com/rarnew.htm
Original commitRevision:519976 
Tuesday, 30 Apr 2019
19:07 sunpoet search for other commits by this committer
Add maintainer section
Original commitRevision:500527 
Monday, 29 Apr 2019
18:16 sunpoet search for other commits by this committer
Update to 5.7.1

Changes:	https://rarlab.com/rarnew.htm
Original commitRevision:500415 
Wednesday, 27 Feb 2019
23:47 sunpoet search for other commits by this committer
Update to 5.7.0

- Update MASTER_SITES
- Use x64 binary for amd64
- Update pkg-descr
- Update WWW

Changes:	https://rarlab.com/rarnew.htm
Original commitRevision:494093 
Sunday, 7 Oct 2018
20:01 sunpoet search for other commits by this committer
Update to 5.6.1

- Update MASTER_SITES
Original commitRevision:481480 
Sunday, 29 Jul 2018
19:09 sunpoet search for other commits by this committer
Update to 5.6.0

- Reformat pkg-descr
- Update WWW
Original commitRevision:475680 
Wednesday, 20 Jun 2018
19:35 sunpoet search for other commits by this committer
Take maintainership
Original commitRevision:472905 
Monday, 11 Jun 2018
20:56 feld search for other commits by this committer
Reset MAINTAINER

Multiple consecutive previous maintainer timeouts
Original commitRevision:472207 
Tuesday, 7 Nov 2017
14:26 danfe search for other commits by this committer
Reinstate IA32_BINARY_PORT=yes knob that was removed in r249298 to allow
installation on 64-bit systems even if 32-bit libraries are not present
(binary was statically linked): nowadays, the binary is linked dynamically
and thus requires /usr/lib32.  This also allows to remove BROKEN_* knobs.
Original commitRevision:453662 
Monday, 6 Nov 2017
13:33 danfe search for other commits by this committer
- Update `archivers/rar' to version 5.5.0 (and actually unbreak)
- Changelog: https://www.rarlab.com/rarnew.htm
- SFX module no longer depends on `misc/compat9x', so SFX option
  can be removed
- While here, install more complete set of documentation files
- TIMESTAMP (rarbsd-5.5.0.tar.gz) = 1502460028

PR:		222970
Submitted by:	Ralf van der Enden
Approved by:	maintainer (gabor, 3+ weeks)
Original commitRevision:453616 
Sunday, 25 Jun 2017
00:29 linimon search for other commits by this committer
Begin deorbit burn of ia64.  We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:444251 
Thursday, 5 Jan 2017
11:00 amdmi3 search for other commits by this committer
Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
Original commitRevision:430631 
Thursday, 8 Sep 2016
19:57 gabor search for other commits by this committer
- Update to 5.4.0
- Add an option for SFX archive support [1]

PR:		209365 [1]
Submitted by:	Naram Oashat <cyberbotx@cyberbotx.com>
Original commitRevision:421575 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418767 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Thursday, 31 Mar 2016
15:48 brd search for other commits by this committer
Update to 5.3.0

PR:		207228
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	bdrewery (mentor, implicit)
Original commitRevision:412274 
Thursday, 19 Feb 2015
19:58 sunpoet search for other commits by this committer
- Update to 5.2.1
- Add missing RUN_DEPENDS (compat9x) for FreeBSD 10 and above [1]

PR:		196886
Obtained from:	Ralf van der Enden <tremere@cainites.net> [1]
Approved by:	maintainer (timeout, 1 month)
Original commitRevision:379382 
Wednesday, 16 Jul 2014
09:20 gabor search for other commits by this committer
- Update to 5.10

PR:		191231
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Original commitRevision:362054 
Thursday, 3 Jul 2014
19:06 adamw search for other commits by this committer
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.

For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.

Approved by:	portmgr (blanket)
Original commitRevision:360446 
Saturday, 4 Jan 2014
18:31 bapt search for other commits by this committer
Support stage
Original commitRevision:338666 
Friday, 3 Jan 2014
14:42 adamw search for other commits by this committer
Remove NOPORT* from archivers. The only holdouts here are ruby@ now.
Original commitRevision:338542 
Friday, 20 Sep 2013
13:11 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Original commitRevision:327699 
Saturday, 2 Mar 2013
03:55 eadler search for other commits by this committer
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
Original commitRevision:313182 
Saturday, 13 Oct 2012
17:48 gabor search for other commits by this committer
- Update to 4.2.0

PR:		ports/170061
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Feature safe:	yes
Original commitRevision:305842 
Monday, 12 Mar 2012
21:56 gabor search for other commits by this committer
- Update to 4.1.1
- Add LICENSE information

PR:             ports/165269
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Feature safe:   yes
Original commit
Saturday, 11 Jun 2011
20:59 gabor search for other commits by this committer
- Update to 4.0.1
Original commit
Tuesday, 15 Mar 2011
17:30 gabor search for other commits by this committer
- Update to 4.0.0
- Bump PORTEPOCH

PR:             ports/155467
Submitted by:   sunpoet
Original commit
Thursday, 10 Feb 2011
20:30 gabor search for other commits by this committer
- Update to 4.0b6

PR:             ports/154583
Submitted by:   sunpoet
Original commit
Thursday, 3 Feb 2011
14:05 gabor search for other commits by this committer
- Update to 4.0b5

PR:             ports/154104 (inspired by)
Submitted by:   sunpoet
Feature safe:   yes
Original commit
Sunday, 30 May 2010
21:59 gabor search for other commits by this committer
- Update to 3.93

PR:             ports/144951
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit
Friday, 26 Mar 2010
11:23 linimon search for other commits by this committer
Mark as broken on ia64/powerpc/sparc64 (same failure).

Hat:            portmgr
Original commit
Saturday, 27 Feb 2010
01:37 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:            portmgr
Feature safe:   yes
Original commit
Friday, 5 Feb 2010
19:00 gabor search for other commits by this committer
- Update to 3.91 [1]
- Allow installation on 64-bit systems even if 32-bit libraries are not
  present (binary is statically linked) but we have kernel support for
  32-bit compatibility

PR:             ports/143176 [1]
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
Original commit
Sunday, 8 Nov 2009
12:01 gabor search for other commits by this committer
- Update to 3.90

PR:             ports/140312
Submitted by:   Ralf van der Enden <tremere@cainites.net>
Original commit
Saturday, 18 Oct 2008
11:01 gabor search for other commits by this committer
- Update to 3.8.0

PR:             ports/127962
Submitted by:   Bjorn Konig <bkoenig@alpha-tierchen.de>
Original commit
Monday, 24 Dec 2007
13:50 gabor search for other commits by this committer
- Update to 3.71

PR:             ports/118977
Submitted by:   Maxim Samsonov <xors@mne.ru>
Original commit
Thursday, 19 Jul 2007
18:24 gabor search for other commits by this committer
- Bump PORTEPOCH as the beta versioning was weird

Pointed out by: bsam, mezz, ache
Pointy hat to:  gabor
Original commit
11:05 gabor search for other commits by this committer
- Update to 3.70

PR:             ports/114674
Submitted by:   Maxim Samsonov <xors@mne.ru>
Original commit
Tuesday, 19 Jun 2007
10:28 sat search for other commits by this committer
- Add master_site_rar and use it in rar, unrar and libunrar ports

Approved by:    ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers)
Original commit
Sunday, 25 Feb 2007
15:21 gabor search for other commits by this committer
- Always install the static binary, since it runs on all supported
  FreeBSD versions
- Bump PORTREVISION

Reported by:    Clint Olsen <clint@0lsen.net>, ache
Approved by:    erwin (mentor, implicit)
Original commit
Saturday, 24 Feb 2007
14:56 gabor search for other commits by this committer
- Does not need compat5x any more [1]
- Need unexisting compat6x, so mark it IGNOREd on 7.x [1]
- Do not override STRIP
- Bump PORTREVISION

Reported by:    ache [1]
Approved by:    erwin (mentor, implicit)
Original commit
Sunday, 18 Feb 2007
14:27 gabor search for other commits by this committer
- Update to 3.70b1
- s/TARGETDIR/PREFIX/

Approved by:    erwin (mentor, implicit)
Security:       94234e00-be8a-11db-b2ec-000c6ec775d9
Original commit
Tuesday, 30 Jan 2007
10:25 pav search for other commits by this committer
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:       portmgr
Original commit
Friday, 8 Dec 2006
13:46 gabor search for other commits by this committer
Change my e-mail address.

Approved by:    erwin (mentor)
Original commit
Sunday, 3 Sep 2006
01:35 kris search for other commits by this committer
NO_PACKAGE is incorrect; RESTRICTED is intended
Original commit
Friday, 25 Aug 2006
10:59 erwin search for other commits by this committer
- Update to 3.60
- Add WITH_STATIC for using the statically linked version
- Eliminate plist

PR:             102228
Submitted by:   gabor (maintainer)
Original commit
Sunday, 6 Aug 2006
18:42 erwin search for other commits by this committer
Respect DESTDIR

PR:             101426
Submitted by:   gabor (maintainer)
Original commit
Tuesday, 18 Jul 2006
13:12 erwin search for other commits by this committer
Use the new IA32_BINARY_PORT instead of ONLY_FOR_ARCHS.

PR:             100480
Submitted by:   Gabor Kovesdan <gkovesdan@t-hosting.hu>
Sponsored by:   Google SoC 2006
Original commit
Friday, 9 Jun 2006
06:37 itetcu search for other commits by this committer
- Fix MASTER_SITES
- cosmetic changes.

PR:             ports/98707
Submitted by:   maintainer
Approved by:    lawrance (mentor, implicit)
Original commit
Saturday, 8 Apr 2006
12:49 garga search for other commits by this committer
- Add ia64 in ONLY_FOR_ARCHS

PR:             ports/95511
Submitted by:   maintainer
Original commit
Tuesday, 11 Oct 2005
21:09 mnag search for other commits by this committer
Update to 3.51

PR:             87281
Submitted by:   Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> (maintainer)
Original commit
Saturday, 3 Sep 2005
17:21 jylefort search for other commits by this committer
Pass maintainership to Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>.

PR:             ports/85694
Submitted by:   Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> (new maintainer)
Original commit
Tuesday, 30 Aug 2005
03:44 edwin search for other commits by this committer
[fix] archivers/rar: add compat5x dependency and amd64 support

    rar is FreeBSD/i386 5.x binary. On FreeBSD 6.x it requires
    misc/compat5x.  It works on amd64 architecture using lib32
    libraries and COMPAT_IA32 support in kernel.

PR:             ports/85432
Submitted by:   Simun Mikecin <numisemis@yahoo.com>
Original commit
Sunday, 28 Aug 2005
13:33 ache search for other commits by this committer
PORTVERSION 3.5 -> 3.50

Obtained from:  chkversion
Original commit
06:59 ache search for other commits by this committer
Upgrade to 3.5.0
Remove myself from maintainer
Original commit
Monday, 6 Dec 2004
11:45 krion search for other commits by this committer
Portlint(1)
Original commit
Saturday, 6 Nov 2004
22:32 ache search for other commits by this committer
Rephrase IGNORE section

Submitted by:   kris
Original commit
13:48 ache search for other commits by this committer
IGNORE this binary port for FreeBSD < 5.3

PR:             73611
Submitted by:   Dima Panov <redfox@Fluffy.Khv.RU>
Original commit
Wednesday, 3 Nov 2004
16:45 ache search for other commits by this committer
Update to 3.41
Original commit
Friday, 15 Oct 2004
00:27 ache search for other commits by this committer
Upgrade to 3.4.0

PR:             72473
Original commit
Sunday, 20 Jun 2004
21:22 ache search for other commits by this committer
Fix rar.1 uninstalling
Original commit
Tuesday, 27 Jan 2004
08:13 ache search for other commits by this committer
Remove unrar since it is available in the better form (as source port)
Original commit
08:00 ache search for other commits by this committer
Upgrade to 3.30
Original commit
Sunday, 26 Oct 2003
22:50 kris search for other commits by this committer
portlint (variable ordering)
Original commit
21:58 kris search for other commits by this committer
portlint (fix whitespace)
Original commit
Tuesday, 7 Oct 2003
18:12 ache search for other commits by this committer
Change MASTER_SITE and use FETCH_CMD which follows redirect
Original commit
Tuesday, 20 May 2003
10:53 ache search for other commits by this committer
Upgrade to 3.20
Original commit
Friday, 7 Mar 2003
05:55 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Saturday, 18 Jan 2003
08:25 ache search for other commits by this committer
Upgrade to 3.11
Original commit
Thursday, 2 Jan 2003
18:43 ache search for other commits by this committer
Restore PORTEPOCH
Original commit
08:52 ache search for other commits by this committer
Upgrade to 3.10
Original commit
Saturday, 28 Dec 2002
03:18 edwin search for other commits by this committer
Updated HTTP redirect for rarlab.com.
Noticed by: portsurvey
Original commit
Thursday, 16 May 2002
09:33 ache search for other commits by this committer
Upgrade to 3.0 release
Original commit
Friday, 3 May 2002
02:15 ache search for other commits by this committer
Upgrade to 3.0 beta 7
Original commit
Tuesday, 23 Apr 2002
13:21 ache search for other commits by this committer
Upgrade to 3.0b6
Original commit

Number of commits found: 106 (showing only 100 on this page)

1 | 2  »