Index: www/mhonarc/Makefile =================================================================== --- www/mhonarc/Makefile (revision 560492) +++ www/mhonarc/Makefile (working copy) @@ -2,17 +2,21 @@ # $FreeBSD$ PORTNAME= mhonarc -PORTVERSION= 2.6.18 +PORTVERSION= 2.6.24 PORTREVISION= 2 CATEGORIES= www mail -MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ \ - http://www.oac.uci.edu/indiv/ehood/tar/ -DISTNAME= MHonArc-${PORTVERSION} MAINTAINER= kerndtr@kerndt.com COMMENT= WWW front end for mail archives +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:bzip2 perl5 +USE_GITHUB= YES +GH_ACCOUNT= sympa-community +GH_PROJECT= MHonArc + NO_BUILD= yes NO_ARCH= yes Index: www/mhonarc/distinfo =================================================================== --- www/mhonarc/distinfo (revision 560492) +++ www/mhonarc/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (MHonArc-2.6.18.tar.bz2) = 4fd014cf69c40ae7d50a9dca519f279a09563004b200edb86b7c8c6f3e3fb534 -SIZE (MHonArc-2.6.18.tar.bz2) = 1546854 +TIMESTAMP = 1609931515 +SHA256 (sympa-community-MHonArc-2.6.24_GH0.tar.gz) = 8d1645b79a5c3fef8d13f7a82b3b680166794aaab7b6822a2313d9fb34d97af1 +SIZE (sympa-community-MHonArc-2.6.24_GH0.tar.gz) = 1955519 Index: www/mhonarc/files/patch-lib__mhamain.pl =================================================================== --- www/mhonarc/files/patch-lib__mhamain.pl (revision 560492) +++ www/mhonarc/files/patch-lib__mhamain.pl (nonexistent) @@ -1,11 +0,0 @@ ---- ./lib/mhamain.pl.orig 2012-01-16 14:28:02.000000000 -0800 -+++ ./lib/mhamain.pl 2012-01-16 14:31:22.000000000 -0800 -@@ -1561,7 +1561,7 @@ - ## Create Index2MsgId if not defined - ## - sub defineIndex2MsgId { -- if (!defined(%Index2MsgId)) { -+ if (!(%Index2MsgId)) { - foreach (keys %MsgId) { - $Index2MsgId{$MsgId{$_}} = $_; - } Property changes on: www/mhonarc/files/patch-lib__mhamain.pl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: www/mhonarc/files/patch-lib__mhopt.pl =================================================================== --- www/mhonarc/files/patch-lib__mhopt.pl (revision 560492) +++ www/mhonarc/files/patch-lib__mhopt.pl (nonexistent) @@ -1,11 +0,0 @@ ---- ./lib/mhopt.pl.orig 2012-01-16 14:32:41.000000000 -0800 -+++ ./lib/mhopt.pl 2012-01-16 14:33:10.000000000 -0800 -@@ -864,7 +864,7 @@ - ## - sub update_data_2_1_to_later { - # we can preserve filter arguments -- if (defined(%main::MIMEFiltersArgs)) { -+ if (%main::MIMEFiltersArgs) { - warn qq/ preserving MIMEARGS...\n/; - %readmail::MIMEFiltersArgs = %main::MIMEFiltersArgs; - $IsDefault{'MIMEARGS'} = 0; Property changes on: www/mhonarc/files/patch-lib__mhopt.pl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: www/mhonarc/files/patch-lib__readmail.pl =================================================================== --- www/mhonarc/files/patch-lib__readmail.pl (revision 560492) +++ www/mhonarc/files/patch-lib__readmail.pl (nonexistent) @@ -1,74 +0,0 @@ ---- ./lib/readmail.pl.orig 2012-01-16 14:33:30.000000000 -0800 -+++ ./lib/readmail.pl 2012-01-16 14:35:37.000000000 -0800 -@@ -117,9 +117,9 @@ - ## set to true. - - %MIMEDecoders = () -- unless defined(%MIMEDecoders); -+ unless (%MIMEDecoders); - %MIMEDecodersSrc = () -- unless defined(%MIMEDecodersSrc); -+ unless (%MIMEDecodersSrc); - - ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## %MIMECharSetConverters is the associative array for storing functions -@@ -153,9 +153,9 @@ - ## string. - - %MIMECharSetConverters = () -- unless defined(%MIMECharSetConverters); -+ unless (%MIMECharSetConverters); - %MIMECharSetConvertersSrc = () -- unless defined(%MIMECharSetConvertersSrc); -+ unless (%MIMECharSetConvertersSrc); - - ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## %MIMEFilters is the associative array for storing functions that -@@ -180,9 +180,9 @@ - ## that all functions are defined before invoking MAILread_body. - - %MIMEFilters = () -- unless defined(%MIMEFilters); -+ unless (%MIMEFilters); - %MIMEFiltersSrc = () -- unless defined(%MIMEFiltersSrc); -+ unless (%MIMEFiltersSrc); - - ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## %MIMEFiltersArgs is the associative array for storing any optional -@@ -196,7 +196,7 @@ - ## listed for a function if both are applicable. - - %MIMEFiltersArgs = () -- unless defined(%MIMEFiltersArgs); -+ unless (%MIMEFiltersArgs); - - ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## %MIMEExcs is the associative array listing which data types -@@ -206,7 +206,7 @@ - ## Values => - - %MIMEExcs = () -- unless defined(%MIMEExcs); -+ unless (%MIMEExcs); - - ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## %MIMEIncs is the associative array listing which data types -@@ -220,7 +220,7 @@ - ## be used to only allow a well-defined set of content-types. - - %MIMEIncs = () -- unless defined(%MIMEIncs); -+ unless (%MIMEIncs); - - ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## %MIMECharsetAliases is a mapping of charset names to charset names. -@@ -231,7 +231,7 @@ - ## Values => real charset name - ## - %MIMECharsetAliases = () -- unless defined(%MIMECharsetAliases); -+ unless (%MIMECharsetAliases); - - ##--------------------------------------------------------------------------- - ## Text entity-related variables Property changes on: www/mhonarc/files/patch-lib__readmail.pl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property