aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gmime2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.1.14krion2005-04-022-4/+3
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Update to 2.1.13krion2005-03-112-3/+3
|
* Update to version 2.1.12krion2005-02-222-3/+3
|
* Update to 2.1.11krion2005-01-313-6/+6
|
* Update to 2.1.10krion2005-01-176-14/+28
|
* Install documentation to DOCSDIR.krion2004-12-164-83/+40
| | | | | | | Honour NOPORTDOCS macro. Based on PR: ports/74982 Submitted by: skv
* Switch to USE_LIBTOOL_VER.krion2004-11-102-3/+2
| | | | Bump PORTREVISION.
* Fix plist. Notified maintainer. Not bumping port version because it wasseanc2004-11-101-0/+1
| | | | bumped 2min ago.
* *grabs bleach and pours on infectious creeping GNOME software infestation*seanc2004-11-101-3/+3
| | | | | | | | Fix the list of dependencies so it no longer depends on xorg-libraries. For server installs this was unnecessary. Bump port version, take hazard suit off, and dispose of used suit in incinerator. Approved by: krion
* Update to 2.1.9krion2004-10-122-3/+3
|
* Update to 2.1.8krion2004-08-233-4/+3
| | | | | PR: partially ports/70857 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Update to version 2.1.7krion2004-07-083-3/+4
|
* - Update to version 2.1.6krion2004-06-073-3/+4
|
* - Update to version 2.1.5krion2004-05-183-87/+82
|
* - Update to version 2.1.4krion2004-05-043-11/+9
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-2/+1
| | | | | | | | | | | | | | | 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.
* - Update to version 2.1.3krion2004-03-133-5/+4
|
* - Update to version 2.1.2krion2004-02-154-19/+6
|
* - Fix MASTER_SITESkrion2004-02-081-2/+1
|
* - Oh no! s/LIST/LINKkrion2004-02-061-1/+1
| | | | Pointy hat to: krion
* - "Annoying Reminder Guy II" wants LATEST_LIST.krion2004-02-061-0/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - SIZEifykrion2004-01-302-0/+2
|
* - Update to 2.1.1krion2003-12-063-4/+2
|
* - Update CONFLICTS with gmime-1.*krion2003-10-101-1/+1
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Update to 2.1.0krion2003-08-103-80/+87
|
* Update to 2.0.11krion2003-08-072-2/+2
|
* Update to 2.0.9krion2003-07-274-4/+14
| | | | Approved by: fjoe (mentor) (implicit)
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
| | | | Approved by: fjoe (mentor)
* Update to 2.0.8naddy2003-06-026-43/+81
| | | | | PR: 52838 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Fix compiling on alpha.fjoe2003-05-192-0/+22
|
* New port: gmime2fjoe2003-05-145-0/+132
Library (written in C) for parsing and creating messages using MIME. PR: 52084 Submitted by: Kirill Ponomarew