Commit Graph

117 Commits

Author SHA1 Message Date
Jeremy Messenger
c6c660c9c8 Chase pilot-link's shared library version bump. Bump the PORTREVISION. As for
the PRs, I shall chase and close a few of them.

Pointyhat:	ijliao
2006-09-25 03:03:06 +00:00
Michael Nottebrock
4dce0bd83b Update gpgme to 1.1.2, chase dependencies. 2006-09-13 21:24:20 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Oliver Lehmann
8f0dcf6094 fix MASTER_SITES 2006-04-07 12:17:40 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Oliver Lehmann
f637a54a40 update to 1.0.6 2005-11-08 21:40:58 +00:00
Oliver Lehmann
41686d8d65 Chase gpgme update
Bump PORTREVISION

Pointy hat to:	lofi
2005-11-05 19:13:52 +00:00
Oliver Lehmann
23986ff7d2 switch NO_LATEST_LINK since sylpheed 2.0 is the new stable branch 2005-07-29 16:06:48 +00:00
Oliver Lehmann
c216ce74f9 update to 1.0.5 2005-06-17 22:45:27 +00:00
Oliver Lehmann
51ee418bb4 remove etc/sylpheed-mime.types
Noted by:	pointyhat
2005-04-07 18:32:54 +00:00
Oliver Lehmann
3f9ecaa9cd fix distinfo
PR:		ports/79463
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2005-04-02 19:16:01 +00:00
Oliver Lehmann
86ed44ce31 remove EXTRACT_ONLY and DIST_SUBDIR
PR:		ports/79074
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-04-02 14:23:39 +00:00
Oliver Lehmann
473b41c9b4 add dependency to misc/mime-support instead of installing its own mime.types
PR:		ports/79074
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-04-02 14:20:40 +00:00
Oliver Lehmann
7c19336ca6 update to 1.0.4 for security purposes
Approved by:	portmgr (krion)
2005-03-24 16:33:53 +00:00
Oliver Lehmann
571a051735 update to 1.0.3 2005-03-05 12:02:03 +00:00
Oliver Lehmann
a4c0325734 update to 1.0.2 2005-02-28 20:12:23 +00:00
Oliver Lehmann
fe2859fdc3 update to 1.0.1 2005-02-06 16:51:19 +00:00
Clement Laforet
7ef18bc031 - Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)

Approved by:	portmgr (marcus)
2004-12-21 08:59:42 +00:00
Clement Laforet
1667392ad3 - Fix dependency when WITH_GPGME is defined
Forgotten by:	marcus
2004-12-19 20:04:43 +00:00
Oliver Lehmann
6b48323ef5 update to 1.0.0.r.1 2004-12-15 18:08:59 +00:00
Oliver Lehmann
253ffe12ba update to beta4 2004-12-04 14:17:30 +00:00
Oliver Lehmann
620f608a5c update to beta3 2004-11-16 16:48:36 +00:00
Oliver Lehmann
d3e93af03f update to 1.0.0.b.2 2004-11-08 16:17:13 +00:00
Oliver Lehmann
5ff829678d update to 1.0.0.b.1 2004-10-31 23:47:54 +00:00
Oliver Lehmann
88576c811c update to 0.9.99 2004-10-20 17:26:08 +00:00
Oliver Lehmann
dd331a2aa4 fetch & Install sylpheed-mime.types to send attached Files with a propper
mime-type declaration.

Noted By:	Bill Moran <wmoran@potentialtech.com>
2004-07-13 15:14:22 +00:00
Oliver Lehmann
99653bfc7f update to 0.9.12
Once more a new cache version - give it time to regenerate it after you
first entered an folder with that version.
There should/is no need to remove .sylpheed_cache files manually.
2004-06-17 21:34:13 +00:00
Oliver Lehmann
ec353c081d update to 0.9.11 2004-05-29 22:41:48 +00:00
Kirill Ponomarev
ea870b73a1 - Utilize USE_ICONV 2004-03-31 09:52:13 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Oliver Lehmann
4aef816ed7 uptdate to sylpheed 0.9.10 2004-02-29 18:03:57 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Oliver Lehmann
224f83fef0 revert the last change. gtk depends on gettext-old, and gettext+gettext conflict
each other.
Bump PORTREVISION

Noted By:	Sperber <sperber@gmx.at>
2004-01-31 15:40:17 +00:00
Oliver Lehmann
871ebfdf26 update gettext dependency
Bump PORTREVISION

Suggested By:	nork
2004-01-31 12:57:42 +00:00
Oliver Lehmann
3265aefed7 update sylpheed to 0.9.9 2004-01-29 20:52:46 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Oliver Lehmann
d67df9117f update sylpheed to 0.9.8.1 (0.9.8a) 2003-12-15 09:27:41 +00:00
Oliver Lehmann
d5f65aeebc update sylpheed to 0.9.8 2003-12-12 16:42:34 +00:00
Oliver Lehmann
13c5a064e4 utilize USE_OPENLDAP 2003-11-21 22:47:14 +00:00
Oliver Lehmann
e7a2f5d216 bump PORTREVISION 2003-10-28 07:52:02 +00:00
Oliver Lehmann
b36a6fa023 Does not use the included version of libintl, use the one which is provided
by gettext.
PR:		ports/58441
Submitted By:	Simon Barner <barner@in.tum.de>
2003-10-28 07:35:56 +00:00
Oliver Lehmann
375a8ede1b update to 0.9.7 2003-10-15 14:04:13 +00:00
Oliver Lehmann
da741cc5b1 Move USE_* above bsd.port.pre.mk.
PR:		57502
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-02 19:02:03 +00:00
Oliver Lehmann
f941707618 update sylpheed to 0.9.6 2003-09-25 14:57:01 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Oliver Lehmann
f6ac87f372 update sylpheed to 0.9.4 2003-07-25 16:31:49 +00:00
Oliver Lehmann
1925f1cd15 update sylpheed to 0.9.3
replace hardcoded share/doc/sylpheed with %%DOCSDIR%% in pkg-plist
2003-07-05 22:57:01 +00:00