fix UNMESSAGE (pasto) and bump

This commit is contained in:
sthen 2009-04-28 23:27:12 +00:00
parent b85318e85b
commit 28c57fa39b
2 changed files with 6 additions and 8 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/28 15:55:07 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2009/04/28 23:27:12 sthen Exp $
SHARED_ONLY = Yes
COMMENT = PHP extension for parsing and working with rfc822/MIME mail
DISTNAME = mailparse-2.1.5
PKGNAME = pecl-${DISTNAME}
PKGNAME = pecl-${DISTNAME}p0
CATEGORIES = www mail
HOMEPAGE = http://pecl.php.net/package/mailparse

View File

@ -1,11 +1,9 @@
To completely deinstall pecl-mailparse, you need
to disable the module by using the following command
You can disable this module by removing the
${PREFIX}/conf/php5/mailparse.ini symbolic link by
issuing the following command:
# ${LOCALBASE}/sbin/phpxs -r mailparse
rm -f ${PREFIX}/conf/php5/mailparse.ini
If you already have Apache running on your machine,
you should not use "apachectl restart" - instead,
you should fully stop and then restart the server.
You'll also need to remove the associated lines from
your php.ini file.