1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

4633 Commits

Author SHA1 Message Date
Martin Wilke
1253704068 - Update to 2.0.0
PR:		137456
Submitted by:	Tomas Verbaitis <tomasv@megalogika.lt> (maintainer)
2009-08-08 06:08:08 +00:00
Michael Johnson
d22223bd3f Update to 1.9.46 2009-08-07 20:01:03 +00:00
Martin Wilke
930b56d06b - Update to 0.8f
PR:		137497
Submitted by:	"V. Jahns" <vj562001@yahoo.de> (maintainer)
2009-08-07 10:44:07 +00:00
Dmitry Marakasov
76a9b6e9ff - Connect print/hplip3 to build
- Add mutual CONFLICTS for hpijs, hplip and hplip3
2009-08-05 01:04:25 +00:00
Dmitry Marakasov
d71f6fec03 - Update to 3.9.6b
PR:		135702
Submitteed by:	Chris Petrik <c.petrik.sosa@gmail.com>
Thanks to:	"Juergen Lock" <nox@jelal.kn-bremen.de>
2009-08-05 00:44:53 +00:00
Martin Wilke
84daec6f09 The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

We'd like to say thanks to all helpers and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 21:14:07 +00:00
Erwin Lansing
9e3ebbc410 Reset maintainer, address bounces:
<brett@peloton.runet.edu>: connect to peloton.runet.edu[137.45.96.205]:25:
    Operation timed out
2009-08-03 08:32:01 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00
Beat Gaetzi
b33aeef593 - Update to 4.4b
PR:		ports/137149
Submitted by:	V. Jahns <vj562001 AT yahoo.de> (maintainer)
2009-07-26 14:28:58 +00:00
Philip M. Gollucci
fc7066f138 - Update to 1.1.23+nmu1 2009-07-22 20:59:40 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Marcelo Araujo
dbee58c44a - Version of .so library required for detection in dependent ports.
PR:		ports/136952
Submitted by:	Stas Timokhin <stast@bsdportal.ru>
2009-07-22 11:24:13 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Dmitry Marakasov
3f6efdc9f2 - Update to 4.4a
PR:		136864
Submitted by:	"V. Jahns" <vj562001@yahoo.de> (maintainer)
2009-07-17 16:20:47 +00:00
Dmitry Marakasov
93af2b60f3 - Update to 0.8e
PR:		136863
Submitted by:	"V. Jahns" <vj562001@yahoo.de> (maintainer)
2009-07-17 16:20:45 +00:00
Steven Kreuzer
9a0713e57c Change maintainer to scjamorim@bsd.com.br
Submitted by:	scjamorim@bsd.com.br (to ports@)
Approved by:	carpetsmoker@rwxrwxrwx.net (maintainer), wxs (mentor, implicit)
2009-07-16 15:43:12 +00:00
Pietro Cerutti
c11500a233 - Update to 2.13.2 2009-07-16 09:34:07 +00:00
Beat Gaetzi
bbad8b73ac - Update to 2.9a [1]
- Update WWW in pkg-descr

PR:		ports/136778 [1]
Submitted by:	Jochen Neumeister <jochen AT daten-chaos.de>
2009-07-16 09:26:20 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Jose Alonso Cardenas Marquez
4d43a529a6 - Make more sense OPTION IGNORE messages
Suggested by:   Edward Sanford Sutton, III <mirror176 at cox.net> via email
2009-07-13 20:23:26 +00:00
Martin Wilke
adc1f748f1 - Add some missing dependency
PR:		136600
Submitted by;	Wen Heping <wenheping@gmail.com> (Maintainer)
2009-07-09 09:19:31 +00:00
Pav Lucistnik
a8cfa73d08 - Fix fetching by mirroring the distfile on FreeBSD.org
- Give maintainership to the submitter

PR:		ports/136445
Submitted by:	Dereckson <dereckson@gmail.com>
2009-07-08 12:57:19 +00:00
Li-Wen Hsu
9777cbd0ea - Fix build for customized PREFIX and LOCALBASE
Submitted by:	QAT
2009-07-08 02:00:29 +00:00
Dirk Meyer
dc27aa154a - update to 0.3 2009-07-06 20:03:09 +00:00
Alex Dupre
8fd3d455ae Update to 7.0.4p4 release. 2009-07-06 08:02:29 +00:00
Martin Wilke
d5c040854b - Update to 20090622
PR:		135977
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-07-01 12:36:35 +00:00
Marcelo Araujo
af79bf4f59 - Update to 1.2.7.
- Pass maintainer to submitter.

PR:		ports/136128
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-06-30 14:15:49 +00:00
Dmitry Marakasov
674ce85efc - Update to 1.3.3.13
PR:		135422
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout
2009-06-29 10:22:50 +00:00
Dirk Meyer
69a4bf18e3 - cups/driver may be used by other packages 2009-06-25 17:42:09 +00:00
Kris Moore
a2ec5db087 - Fix build with custom prefix
PR: 135483
Approved by: miwi (mentor) and maintainer timeout (dinoex; 14 days)
2009-06-25 14:48:57 +00:00
Hiroki Sato
46c33b2f11 Fix pkg-plist.
Spotted by:	QAT
2009-06-24 08:25:25 +00:00
Hiroki Sato
1999a1ac11 Update to 20090522. Changes include:
- Added dvipdfm compatibility mode. This mode is triggered if
  dvipdfmx is called as "dvipdfm", and likewise extractbb
  as "ebb". (The latter mode was already present.)

- Improved PDF version handling. A "Version" entry in the
  document catalog is now honored. Moreover, dvipdfmx accepts to
  write PDF 1.7, and extractbb doesn't complain about PDF
  versions any more. Encryption keys too long for PDF 1.3 now
  lead to an error instead of a silent change of PDF version.

- Bug fix: \special{pdf:bann} ... \special{pdf:eann} (e.g.,
  \hyperlink) cause a problem when it was surrounded by the pair
  \special{pdf:bcontent} ... \special{\special{pdf:econtent}.

- Removed binary mode option "-b". In ebb, just ignore it.

- xbb: Changed output-to-stdout option to "-O".

- Fixed two problems with removal of PDF destinations: Non-link
  annotations produced a warning, and broken links were not
  detected if no valid destination existed.  Removing unused
  destinations is now default behaviour and can be prevented by
  using the flag "-C 0x10". Since the feature is still new, this
  flag is set in dvipdfmx.cfg.

Approved by:	maintainer timeout (1 month)
2009-06-24 08:08:23 +00:00
Jose Alonso Cardenas Marquez
a70aacfc9d - Update some ftp sites on getweb script
- Use passive FTP with fetch

PR:		135875
Submitted by:	Tom Mende <tmende at optusnet.com.au>
2009-06-23 17:47:26 +00:00
Dennis Herrmann
91900ad07e - Fix build with custom LOCALBASE.
PR:		ports/135675
Submitted by:	kmoore@
Approved by:	ahze@
2009-06-20 19:42:12 +00:00
Martin Wilke
24510e41fe - Update to 0.5.0.1
PR:		135839
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-20 12:07:28 +00:00
Martin Wilke
09406b1f97 Rubygem-prawn-core is the core of Rubygem-prawn.
WWW: http://rubyforge.org/projects/prawn/

PR:		ports/135834
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-20 12:05:53 +00:00
Martin Wilke
5d308fec02 rubygem-prawn-format is an extension of Prawn that allows
inline formatting.

WWW: http://rubyforge.org/projects/prawn/

PR:		ports/135837
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-20 12:04:07 +00:00
Martin Wilke
7f4d806128 - Update to 0.2.0.1
PR:		135825
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-06-20 12:01:41 +00:00
Jose Alonso Cardenas Marquez
aa04085fc9 - Fix printing problem using cups
Reported by:	Andriy Gapon <avg _a_t_ icyb.net.ua via email
2009-06-19 17:50:20 +00:00
Hiroki Sato
4dc85c9955 Update to 8.1.6 and 9.1.2.
Critical vulnerabilities have been identified in Adobe Reader
9.1.1 and Acrobat 9.1.1 and earlier versions. These
vulnerabilities would cause the application to crash and could
potentially allow an attacker to take control of the affected
system.

Security:	http://www.adobe.com/support/security/bulletins/apsb09-07.html
Security:	CVE-2009-0198
Security:	CVE-2009-0509
Security:	CVE-2009-0510
Security:	CVE-2009-0511
Security:	CVE-2009-0512
Security:	CVE-2009-0888
Security:	CVE-2009-0889
Security:	CVE-2009-1855
Security:	CVE-2009-1856
Security:	CVE-2009-1857
Security:	CVE-2009-1858
Security:	CVE-2009-1859
Security:	CVE-2009-1861
2009-06-17 16:56:15 +00:00
Jose Alonso Cardenas Marquez
ba28eccfcd - Update to 20090530 2009-06-16 22:06:10 +00:00
Jose Alonso Cardenas Marquez
cd737eaf60 - Update to 4.0.1
- Bump PORTEPOCH
2009-06-16 22:00:38 +00:00
Jose Alonso Cardenas Marquez
890ac2e6f6 - Update to 4.0.1
- Take maintainership
- Remove pkg-message file. Now it can install filter ports optionally
2009-06-16 21:58:31 +00:00
Martin Wilke
47622f6f8c - Update to 2.79 2009-06-16 19:28:55 +00:00
Stanislav Sedov
cc69d7aa7d - Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to.
2009-06-16 15:53:25 +00:00
Philip M. Gollucci
fd9359bef0 - Correcting wrong permission set by the current port on the installation
directory.
- Other Small fixes.

PR:             ports/133944
Approved by:    maintainer
Submitted by:   Koji Yokota <uji@room520-1.yokota-s.otaru-uc.ac.jp>
2009-06-16 04:16:13 +00:00
Martin Wilke
d5d949bdb8 - Update to 0.5.2
PR:		135566
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-15 21:07:08 +00:00
Dmitry Marakasov
33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00