Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.03p29_4,1 16 Oct 2019 15:29:32
![Revision:514601 Revision:514601](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
2.03p29_4,1 15 Sep 2019 17:28:09
![Revision:512125 Revision:512125](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Deprecate a few ports |
2.03p29_4,1 05 Aug 2019 13:22:34
![Revision:508166 Revision:508166](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark BROKEN: unfetchable |
2.03p29_4,1 10 Nov 2018 19:57:08
![Revision:484640 Revision:484640](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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> |
2.03p29_3,1 10 Nov 2018 18:12:58
![Revision:484628 Revision:484628](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.03p29_2,1 24 Dec 2017 15:03:59
![Revision:457172 Revision:457172](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove unused AUTOMAKE_ARGS. |
2.03p29_2,1 28 Sep 2017 15:36:31
![Revision:450852 Revision:450852](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1] |
2.03p29_1,1 26 May 2017 08:20:19
![Revision:441761 Revision:441761](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase ImageMagick shlib bump |
2.03p29,1 11 Apr 2017 15:21:23
![Revision:438272 Revision:438272](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight |
2.03p29,1 19 Jan 2017 20:34:39
![Revision:431913 Revision:431913](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre29 |
2.03p28,1 19 Dec 2016 16:34:29
![Revision:428951 Revision:428951](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre28 |
2.03p28,1 19 Dec 2016 16:34:00
![Revision:428949 Revision:428949](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre28 |
2.03p27,1 07 Oct 2016 04:19:06
![Revision:423447 Revision:423447](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.03pre27 |
2.03p26_1,1 01 Apr 2016 14:33:58
![Revision:412351 Revision:412351](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.03p26_1,1 25 May 2015 21:34:23
![Revision:387440 Revision:387440](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch to @sample
- Drop @dirrm* from plist
- Add LICENSE_FILE |
2.03p26,1 16 May 2015 04:54:13
![Revision:386496 Revision:386496](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre26 |
2.03p25_1,1 15 May 2015 04:59:36
![Revision:386381 Revision:386381](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to USES=autoreconf (developer warning) |
2.03p25_1,1 18 Jan 2015 21:12:43
![Revision:377347 Revision:377347](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2] |
2.03p25_1,1 26 Nov 2014 13:08:38
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.03p25,1 07 Nov 2014 09:55:23
![Revision:372250 Revision:372250](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
2.03p25,1 21 Jul 2014 20:58:47
![Revision:362487 Revision:362487](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Oops, meant pre-configure. Thanks, antoine! |
2.03p25,1 21 Jul 2014 20:53:56
![Revision:362484 Revision:362484](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
As suggested by ache, actually check for the presence of Image/Magick.pm and
only barf if it
doesn't exist. |
2.03p25,1 21 Jul 2014 16:45:40
![Revision:362449 Revision:362449](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Turn the wacky X11 check into an OPTION.
This program requires that ImageMagick be built with the PERL option enabled.
I don't know of any way to force this, so package building will be perpetually
broken. I at least added a warning message. |
2.03p25,1 15 Jul 2014 14:25:28
![Revision:361927 Revision:361927](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.03pre25 |
17 Jun 2014 20:05:31
![Revision:358176 Revision:358176](/images/subversion.png)
|
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1] (Only the first 15 lines of the commit message are shown above ) |
2.03p24_1,1 10 May 2014 21:08:32
![Revision:353605 Revision:353605](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to stage |
2.03p24,1 05 May 2014 09:45:37
![Revision:352986 Revision:352986](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
2.03p24,1 06 Jan 2014 14:35:06
![Revision:338883 Revision:338883](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre24 |
2.03p23,1 20 Sep 2013 23:36:54
![Revision:327776 Revision:327776](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.03p23,1 08 Aug 2013 07:12:36
![Revision:324377 Revision:324377](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre23 |
2.03p22,1 07 Aug 2013 22:02:21
![Revision:324365 Revision:324365](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre22 |
2.03p21,1 07 Aug 2013 02:30:44
![Revision:324328 Revision:324328](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.03pre21 |
2.03p20,1 03 Aug 2013 07:52:55
![Revision:324180 Revision:324180](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert to new perl framework
- Trim Makefile header |
2.03p20,1 30 Jul 2013 20:58:00
![Revision:323997 Revision:323997](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.03pre20 |
2.03p19,1 29 Jul 2013 21:18:05
![Revision:323922 Revision:323922](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.03pre19 |
2.03p18,1 07 May 2013 13:12:32
![Revision:317605 Revision:317605](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts |
2.03p18,1 08 Jan 2013 01:49:51
![Revision:310060 Revision:310060](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre18 |
2.03p17_1,1 11 Dec 2012 20:54:23
![Revision:308713 Revision:308713](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
beech ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION |
2.03p17,1 27 Nov 2012 10:09:05
![Revision:307831 Revision:307831](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre17
Feature safe: yes |
2.03p16,1 26 Aug 2012 05:11:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre16 |
2.03p15,1 02 Aug 2012 13:43:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.03pre15 |
2.03p14,1 24 Jul 2012 12:52:00
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use DISTVERSION instead of hardcoded constants |
2.03p14,1 23 Jul 2012 11:23:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre14 (fix error with new perl) |
2.03p13,1 14 Jun 2012 03:56:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre13 |
2.03p12_1,1 01 Jun 2012 05:26:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update png to 1.5.10 |
2.03p12,1 27 May 2012 12:28:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre12 |
2.03p11,1 21 May 2012 13:17:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre11 |
2.03p10,1 18 May 2012 06:00:42
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.03pre10 |
2.03p9,1 12 May 2012 17:21:30
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre9 |
2.03p8,1 09 May 2012 19:02:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.03pre8 |
2.03p6,1 21 Apr 2012 15:12:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre6 |
2.03p5,1 07 Apr 2012 22:49:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.03pre5
Feature safe: yes |
2.03p4,1 07 Apr 2012 06:11:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
1) Remove patches reflecting the project CVS and update to equivalent
just released 2.03pre4 beta.
2) Use autotools.
3) Add LICENSE.
Feature safe: yes |
2.03p3_53,1 05 Apr 2012 10:25:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
1) Update to the latest version from the project CVS
2) Don't overwrite user-changed /usr/local/etc/webmagickrc
Feature safe: yes |
2.03p3_52,1 01 Apr 2012 03:47:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the latest version from the project CVS
Feature safe: yes |
2.03p3_51,1 31 Mar 2012 19:48:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the latest version from the project CVS
Feature safe: yes |
2.03p3_50,1 27 Feb 2012 18:19:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the latest version from the project CVS |
2.03p3_49,1 22 Jan 2012 18:25:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the latest version from the project CVS
(--prepend added) |
2.03p3_48,1 14 Dec 2011 19:06:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the latest from the project CVS
Feature safe: yes |
2.03p3_47,1 11 Dec 2011 22:54:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix new perl warning "defined(%hash) is deprecated"
(from the project CVS)
Feature safe: yes |
2.03p3_46,1 11 Oct 2011 07:17:46
![files touched by this commit files touched by this commit](/images/logs.gif) |
mm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5) |
2.03p3_45,1 21 Sep 2011 06:04:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to latest version from the project CVS |
2.03p3_44,1 08 Sep 2011 01:44:30
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync with the latest variant from the project CVS |
2.03p3_43,1 30 Aug 2011 07:39:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove myself from MAINTAINER |
2.03p3_43,1 25 Apr 2011 18:30:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the latest version from the project cvs |
2.03p3_42,1 06 Apr 2011 08:02:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to latest variant from the project cvs |
2.03p3_41,1 05 Apr 2011 14:47:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to latest version from the project cvs |
2.03p3_40,1 04 Apr 2011 03:48:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync with latest project cvs |
2.03p3_39,1 25 Dec 2010 16:55:41
![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
2.03p3_39,1 15 Sep 2010 05:26:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update from project cvs |
2.03p3_38,1 24 Jul 2010 19:49:59
![files touched by this commit files touched by this commit](/images/logs.gif) |
mm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update ImageMagick to 6.6.2-10 |
2.03p3_37,1 24 Jul 2010 14:16:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update from project CVS |
2.03p3_36,1 18 Jul 2010 09:56:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync with project's cvs |
2.03p3_35,1 10 Jul 2010 21:42:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Quote COORDS value and add ALT="" to pass HTML validators.
Feature safe: yes |
2.03p3_34,1 28 Mar 2010 21:41:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
mm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Bump Magick++, MagickWand or MagickCore dependency |
2.03p3_33,1 28 Mar 2010 06:47:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.03p3_32,1 05 Feb 2010 11:46:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to jpeg-8 |
2.03p3_31,1 24 Aug 2009 02:35:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the latest snapshot from the project CVS |
2.03p3_30,1 22 Aug 2009 00:38:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
2.03p3_30,1 31 Jul 2009 13:57:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.03p3_29,1 10 Feb 2009 19:50:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
mm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
2.03p3_28,1 22 Apr 2008 10:56:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@ |
2.03p3_27 19 Apr 2008 17:56:05
![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.03p3_27,1 07 Jul 2007 21:59:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use bsd.port.pre.mk to pick X11BASE |
2.03p3_26,1 19 May 2007 20:32:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.03p3_25,1 26 Jul 2006 03:45:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the latest variant from the project CVS |
2.03p3_24,1 30 May 2006 03:25:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to latest version from project CVS |
2.03p3_23 24 May 2006 14:21:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
mnag ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
2.03p3_22,1 07 Feb 2006 06:04:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add @dirrmtry www/data |
2.03p3_21,1 24 Jan 2006 03:14:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
2.03p3_21,1 05 Jan 2006 03:57:35
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
2.03p3_20,1 28 Dec 2005 21:55:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to latest variant from project CVS (part II) |
2.03p3_20,1 28 Dec 2005 20:36:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to latest variant from project CVS |
2.03p3_19,1 06 Dec 2005 22:51:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use INFO macros |
2.03p3_19,1 25 Nov 2005 03:17:11
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
big whitespace cleanup (see ports/65409)
Ache's ports whitespace cleanup
PR: ports/65829
Submitted by: trevor
Approved by: ache |
2.03p3_19,1 06 Mar 2005 22:16:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer) |
2.03p3_18,1 21 Dec 2004 02:26:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove webmagickrc on pkg_delete, if not changed |
2.03p3_18,1 05 Dec 2004 15:47:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
josef ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi |
2.03p3_17 20 Nov 2004 05:27:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Yet one update to project CVS |
2.03p3_17,1 20 Nov 2004 04:16:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
ache ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to latest variant from project CVS |