Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.90_3 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.90_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.8.90_2 20 Jul 2022 14:23:39 |
Tobias C. Berner (tcberner) |
x11-themes: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Babak Farrokhi <babak@farrokhi.net>
* David Naylor <naylor.b.david@gmail.com>
* Douglas Thrift <douglas@douglasthrift.net>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* Filippo Natali <filippo@widestore.net>
* Grzegorz Blach <gblach@FreeBSD.org>
* Gustau Perez i Querol <gustau.perez@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.8.90_2 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
0.8.90_2 04 Dec 2021 14:43:25 |
Koichiro Iwao (meta) |
x11-themes/icons-tango: Fix BUILD_DEPENDS
It depends on convert command of ImageMagick, not Magick-config.
See configure.ac. |
0.8.90_2 04 Dec 2021 13:54:20 |
Koichiro Iwao (meta) |
x11-themes/icons-tango: Do not bind ImageMagick version
It is actually not limited to use ImageMagick 6. Also ImageMagick 7 can
be used. |
0.8.90_2 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.8.90_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.90_2 08 Nov 2019 11:21:03 |
tobik |
x11*: Add missing USES={gl,gnome,mate} |
0.8.90_2 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
0.8.90_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.8.90_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.8.90_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.8.90_2 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.8.90_2 22 Sep 2014 15:27:29 |
amdmi3 |
- Drop @dirrm* from plist
- Simplify MASTER_SITES |
0.8.90_2 27 Jan 2014 09:34:37 |
miwi |
- Stage support |
0.8.90_2 20 Sep 2013 23:54:03 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-themes) |
0.8.90_2 03 Sep 2013 10:23:55 |
bapt |
Add an explicit dependency on pkgconf |
0.8.90_2 17 Apr 2013 23:40:57 |
ak |
- Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style
Approved by: portmgr (bapt)
Feature safe: yes |
0.8.90_2 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.8.90_2 20 Mar 2013 14:26:46 |
makc |
Reset maintainership at maitainer request [1] and while I'm here:
- convert to new options, USES, etc.
- pet portlint
- trim Makefile header
- mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib
update)
Submitted by: Yuri Pankov (via mail) [1] |
0.8.90_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.90_1 04 Mar 2012 12:44:58 |
miwi |
- Update to MASTER_SITES
- Move to USE_GZIP
- Pass maintainership to submitter
PR: 164540
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: maintainer |
0.8.90_1 02 Jul 2011 20:09:46 |
miwi |
- Kick MD5 support |
0.8.90_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.90 28 Feb 2010 03:19:04 |
wen |
- Update to 0.8.90
PR: ports/143467
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: maintainer(timeout, > 25 days)
Feature safe: yes |
0.8.1_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.1_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.8.1_1 11 Jan 2009 21:36:07 |
mezz |
Fix the plist, bump the PORTREVISION.
Reported by: pointyhat via pav |
0.8.1 21 Oct 2008 11:08:10 |
garga |
- Update to 0.8.1 [1]
- Fix MASTER_SITES [1]
- Fix WWW line in pkg-descr
PR: ports/127459
Submitted by: Carlos Santos <unixmania@gmail.com>
Approved by: maintainer timeout (> 1 month) |
0.8.0_2 30 Oct 2007 06:31:33 |
marcus |
Chase the icon-naming-utils update. |
0.8.0_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.8.0 23 Mar 2007 11:06:45 |
arved |
Don't create lib/locale directory
Reported by: pointyhat |
0.8.0 18 Mar 2007 21:25:14 |
arved |
Update to 0.8.0
PR: 110488
Submitted by: Phillip Neumann |
0.7.2_3 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
0.7.2_1 24 May 2006 14:21:45 |
mnag |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
0.7.2 30 Apr 2006 21:18:56 |
pav |
- Update to 0.7.2
PR: ports/96530 (in follow up)
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer) |
0.7.0 16 Mar 2006 19:27:45 |
pav |
- Update to 0.7.0
- Unbreak
PR: ports/93162
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer) |
0.6.7 25 Feb 2006 21:35:06 |
kris |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (implicit) |
0.6.7 06 Feb 2006 15:43:42 |
tdb |
- Update to 0.6.7
PR: 92864
Submitted by: "Phillip Neumann" <pneumann@gmail.com> (maintainer) |
0.6.1 09 Dec 2005 13:19:40 |
pav |
- Update to 0.6.1
PR: ports/90129
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer) |
0.4.0 30 Nov 2005 02:58:48 |
tmclaugh |
Add USE_GNOME=intlhack to fix build on 4.x
Submitted by: Phililp Neumann <pneumann@gmail.com>
Notified by: Krismail |
0.4.0 27 Nov 2005 06:42:52 |
tmclaugh |
Add icons-tango, icons useable with Gnome and KDE from Novell
WWW: http://tango-project.org
PR: 88902
Submitted by: Phillip Neumann <pneumann@gmail.com>
Approved by: ahze (mentor) |