1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

13818 Commits

Author SHA1 Message Date
Erwin Lansing
d2fbb21a5f Update to 2.8.4
PR:		97957
Submitted by:	Christian Laursen <xi@borderworlds.dk> (maintainer)
2006-06-05 17:34:42 +00:00
John Hay
83af748105 Update to ver 1.10
plist tweaked a bit by me.

PR:		97934
Submitted by:	Martin Wilke <miwi>
2006-06-05 17:01:11 +00:00
Max Khon
83a7fe8551 - Use USE_MYSQL
- Bump PORTREVISION

PR:		97470
Submitted by:	Fabian Gast
2006-06-05 16:32:07 +00:00
Erwin Lansing
943b1e3f5d Update to 1.3
PR:		98536
Submitted by:	David Stanford <dstanford@chadwick.daemonbox.net>
2006-06-05 16:04:01 +00:00
Renato Botelho
e27b6a6941 - Update to 1.5.9.6
PR:		ports/98417
Submitted by:	Martin Wilke <freebsd at unixfreunde.de>
2006-06-05 13:17:43 +00:00
MIHIRA Sanpei Yoshiro
5dc7b67b87 use FETCH_BEFORE_ARGS(master site is needed PASSIVE MODE FTP)
PR:		ports/97819
Submitted by:	fenner's portsurvey
2006-06-05 12:55:53 +00:00
Vasil Dimov
8a36bd62da Remove expired leaf ports:
2006-06-01 devel/gnu-libtool
2006-06-01 japanese/linux-ttfonts
2006-06-01 net/gnomemeeting
2006-06-01 news/knzb
2006-06-01 x11/linux-gnomelibs
2006-06-01 x11-fonts/linux-urw-fonts
2006-06-05 11:07:32 +00:00
Andrew Pantyukhin
0c50604557 - Fix plist
Reported by:	pointyhat via kris
2006-06-04 18:25:03 +00:00
Doug Barton
d41d742f84 Add wmwlmon 0.9, dockApp showing the state of a wireless network device.
PR:		ports/98409
Submitted by:	Marcus Glocker <marcus@nazgul.ch>
2006-06-04 04:50:36 +00:00
Max Khon
2ad0512caf - Add back bristuff 0.3.0-p1 after repocopy.
- Take maintainership.

Sponsored by:	Ethon Technologies
2006-06-03 15:08:57 +00:00
Andrew Pantyukhin
b60bea617c - Fix master site and add more
- Use more macros in plist
- Update WWW

PR:		ports/97823
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-06-03 14:19:31 +00:00
Andrew Pantyukhin
e9c9160778 - Add MASTER_SITES
PR:		ports/97816
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-06-03 14:12:43 +00:00
Max Khon
5042de5b46 Update to 1.2.3
Submitted by:	Fabian Gast (MAINTAINER)
2006-06-03 07:34:22 +00:00
Sergey Skvortsov
aac2c526ff Update to 1.4.0
PR:		ports/98323
Submitted by:	Rong-En Fan <rafan xx infor.org>
2006-06-02 15:43:46 +00:00
Erwin Lansing
8175c22099 Update to 0.9.9
PR:		98308
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	maintainer
2006-06-02 09:50:12 +00:00
Hajimu UMEMOTO
576a71e9b3 Fix build on recent 7.X.
Reported by:	pointyhat via kris
2006-06-02 02:58:52 +00:00
Cheng-Lung Sung
c0cd960685 - Fix plist to respect NOPORTDOCS
- Remove BROKEN tag

PR:		ports/98341
Submitted by:	aaron
2006-06-02 02:00:02 +00:00
Xin LI
b698338408 PlanetMirror appears to add a page which fetch(1) do not like, so remove it
for now.
2006-06-02 01:36:11 +00:00
Cheng-Lung Sung
76f477408e - Update to 0.10
- Add WWW entry

PR:		ports/98327
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
Approved by:	maintainer (Trevor Cornpropst)
2006-06-02 01:28:21 +00:00
Diomidis Spinellis
d9b146effb Update to version 1.7
PR:		ports/98311
Submitted by:	Martin Wilke
2006-06-01 21:33:09 +00:00
Florent Thoumie
06036293be - Try to guess sensible default values for OPTIONS. 2006-06-01 18:20:15 +00:00
Erwin Lansing
bf06e9ce55 Hand maintainership to submitter
PR:		98291
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2006-06-01 17:31:59 +00:00
Pav Lucistnik
9e4ac3c605 - Remove dead master site 2006-06-01 13:30:54 +00:00
Emanuel Haupt
7be606cdf6 Add an additional mirror. 2006-06-01 12:13:54 +00:00
Jeremy Messenger
336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
Jean Milanez Melo
f62ba38aa4 - Update to 0.3.4.
- Unbreak on 4.X.
- Update to use new USE_RC_SUBR style.

PR:		ports/96266
Submitted by:	Olivier Beyssac <obld@r14.freenix.org> (maintainer)
Reworked by:	mnag, jmelo
Approved by:	mnag (mentor)
2006-05-31 17:50:06 +00:00
Xin LI
8e7a2b625b Update to OpenLDAP 2.3.24 Release:
Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567)
    Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552)
    Re-fixed slapd-ldap improper free bug in exop (ITS#4550)
    Fixed slapd-ldif assert bug (ITS#4568)
    Fixed slapo-syncprov crash under glued database (ITS#4562)
2006-05-30 17:52:11 +00:00
Pav Lucistnik
450f9723c3 - Patch strip for everyone!
Reported by:	Tobias Roth <ports@fsck.ch>
2006-05-30 16:39:49 +00:00
Pav Lucistnik
0fad604286 - Apply vendor patch to fix 'unexpected tag 3' errors
Requested by:	Zoltan Frombach <zoltan@frombach.com>
Obtained from:	http://lists.samba.org/archive/rsync/2006-May/015607.html
2006-05-30 09:35:28 +00:00
Pav Lucistnik
99a008ae25 - Authors rerolled tarball, incorporating doc subdir fix
Reported by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-05-30 07:51:32 +00:00
Cheng-Lung Sung
b767487c03 - Cleanup up plist to use macros
- Take maintainership

PR:		ports/98119
Submitted by:	maintainer (Nils Vogels)
2006-05-30 06:27:33 +00:00
Pav Lucistnik
8613e9eb7d - Update to 0.148
- Take maintainership

PR:		ports/98057
Submitted by:	Tim Welch <ports@thepentagon.org>
2006-05-29 21:54:27 +00:00
Pav Lucistnik
b66e9c955a - Update maintainer's email address
PR:		ports/98102
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
2006-05-29 20:46:13 +00:00
Pav Lucistnik
9c73191417 - Update to 1.1.2
PR:		ports/98065
Submitted by:	David Wood <david@wood2.org.uk>
2006-05-29 20:42:04 +00:00
Sam Lawrance
c34e741cef Update to 0.99.4.
PR:		ports/97122
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-05-29 20:28:35 +00:00
Maxim Sobolev
2e0d191f46 Fix problem with non-NULL values appearing as NULL properly.
Submitted by:	Alexandre Snarskii <snar@paranoia.ru>
2006-05-29 17:52:18 +00:00
Florent Thoumie
a7686ddbe1 - Update to 0.9.2.
- Fix MASTER_SITES.
- Pass maintainership to submitter (agreed on IRC).

PR:		ports/97842
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-29 17:39:32 +00:00
Pav Lucistnik
2a73ea1a2e - Update to 1.0.14 2006-05-29 15:38:38 +00:00
Dmitry Sivachenko
14c8e41283 Correct MASTER_SITE.
PR:		97709
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-29 14:22:50 +00:00
Dmitry Sivachenko
239f5a1b79 Update to versino 1.2.1
PR:		96617
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-29 13:54:38 +00:00
Dmitry Sivachenko
4abd2d29a5 Update to version 1.0.0.
PR:		96616
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-29 13:49:43 +00:00
Dmitry Sivachenko
98f1b0a43b Update to version 2.1.18.
PR:		96615
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-29 13:44:13 +00:00
Cheng-Lung Sung
093217b34d - make portlint happy
- add SHA256
- take maintainership

PR:		97925
Submitted by:	maintainer <thomas_AT_goodking dot ca>
2006-05-29 13:06:15 +00:00
Xin LI
a8d640f89f Oops... Correct mismerge of USE_OPENLDAP usage by moving .else down.
Pointy hat to:	delphij
Reported by:	cperciva
2006-05-29 08:03:43 +00:00
Xin LI
a1139d84aa Fix wrong PKGNAME and COMMENT when WITH_SASL is defined.
Please note that the openldap 2.2.x series is now considered obsolete
and is no longer maintained.  Therefore, updates to this port would
be more conservative and less effort would be taken here in the future.

Current OpenLDAP users are encouraged to upgrade to 2.3.x.

Submitted by:	Gyorgy TEUBEL <tgyurci freemail hu> (with changes)
PR:		ports/91902
2006-05-29 06:35:13 +00:00
Xin LI
c5bb3076df Fix wrong PKGNAME and COMMENT when WITH_SASL is defined.
Please note that the openldap 2.2.x series is now considered obsolete
and is no longer maintained.  Therefore, updates to this port would
be more conservative and less effort would be taken here in the future.

Current OpenLDAP users are encouraged to upgrade to 2.3.x.

Submitted by:	Gyorgy TEUBEL <tgyurci freemail hu> (with changes)
PR:		ports/91902
2006-05-29 06:29:42 +00:00
Jeremy Messenger
5e32716f8b x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-29 06:11:17 +00:00
Pav Lucistnik
a1b49bfe37 - Fix syntax error in example Apache configuration
Submitted by:	maintainer
2006-05-28 16:59:00 +00:00
Sergey Skvortsov
c313c4ab6a Update to 1.11 2006-05-28 16:20:57 +00:00
Sergey Skvortsov
171f2b52f3 Update to 0.0801
Changes:	http://search.cpan.org/src/RCAPUTO/POE-Component-Client-Keepalive-0.0801/CHANGES
2006-05-28 16:19:43 +00:00