Lines 6-18
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Mail_Mime |
8 |
PORTNAME= Mail_Mime |
9 |
PORTVERSION= 1.7.0 |
9 |
PORTVERSION= 1.8.0 |
10 |
PORTEPOCH= 2 |
10 |
PORTEPOCH= 2 |
11 |
CATEGORIES= mail www pear |
11 |
CATEGORIES= mail www pear |
12 |
|
12 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= joehorn@gmail.com |
14 |
COMMENT= PEAR classes to create and decode MIME messages |
14 |
COMMENT= PEAR classes to create and decode MIME messages |
15 |
|
15 |
|
|
|
16 |
LICENSE= BSD |
17 |
|
16 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |
18 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |
17 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
18 |
|
20 |
|
Lines 22-42
Link Here
|
22 |
_DATADIR= . |
24 |
_DATADIR= . |
23 |
SCRIPTFILES= phail.php |
25 |
SCRIPTFILES= phail.php |
24 |
|
26 |
|
25 |
TESTS= class-filename.phpt test_Bug_17025.phpt \ |
27 |
TESTS= class-filename.phpt encoding_case.phpt \ |
26 |
encoding_case.phpt test_Bug_17175.phpt \ |
28 |
headers_with_mbstring.phpt headers_without_mbstring.phpt \ |
27 |
headers_encoding.phpt test_Bug_30_1.phpt \ |
29 |
sleep_wakeup_EOL-bug3488-part1.phpt sleep_wakeup_EOL-bug3488-part2.phpt \ |
28 |
sleep_wakeup_EOL-bug3488-part1.phpt test_Bug_30_2.phpt \ |
30 |
test_Bug_10596_1.phpt test_Bug_10816_1.phpt test_Bug_11731.phpt \ |
29 |
sleep_wakeup_EOL-bug3488-part2.phpt test_Bug_30_3.phpt \ |
31 |
test_Bug_12411.phpt test_Bug_13444.phpt test_Bug_13962.phpt \ |
30 |
test_Bug_10596_1.phpt test_Bug_30_4.phpt \ |
32 |
test_Bug_14529.phpt test_Bug_14779.phpt test_Bug_14780.phpt \ |
31 |
test_Bug_10816_1.phpt test_Bug_3513_1.phpt \ |
33 |
test_Bug_15320.phpt test_Bug_17025.phpt test_Bug_17175.phpt \ |
32 |
test_Bug_11731.phpt test_Bug_3513_2.phpt \ |
34 |
test_Bug_3513_1.phpt test_Bug_3513_2.phpt test_Bug_3513_3.phpt \ |
33 |
test_Bug_12411.phpt test_Bug_3513_3.phpt \ |
35 |
test_Bug_7561_1.phpt test_Bug_8386_1.phpt test_Bug_8541_1.phpt \ |
34 |
test_Bug_13444.phpt test_Bug_7561_1.phpt \ |
36 |
test_Bug_9558_1.phpt test_Bug_9722_1.phpt |
35 |
test_Bug_13962.phpt test_Bug_8386_1.phpt \ |
|
|
36 |
test_Bug_14529.phpt test_Bug_8541_1.phpt \ |
37 |
test_Bug_14779.phpt test_Bug_9558_1.phpt \ |
38 |
test_Bug_14780.phpt test_Bug_9722_1.phpt \ |
39 |
test_Bug_15320.phpt test_Bug_9976_1.phpt |
40 |
|
37 |
|
41 |
post-extract: |
38 |
post-extract: |
42 |
${MV} ${WRKSRC}/scripts/phail.php ${WRKSRC}/pear-phail.php |
39 |
${MV} ${WRKSRC}/scripts/phail.php ${WRKSRC}/pear-phail.php |