Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 14:10:22 GMT
From:      Chifeng Qu <chifeng@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118181: extman update to 0.2.3
Message-ID:  <200711211410.lALEAM2g027596@www.freebsd.org>
Resent-Message-ID: <200711211420.lALEK1Bq091203@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118181
>Category:       ports
>Synopsis:       extman update to 0.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 14:20:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Chifeng Qu
>Release:        FreeBSD7.0-BETA3
>Organization:
Extmail
>Environment:
FreeBSD chifeng.chifeng.name 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Sun Nov 18 05:09:55 CST 2007     root@chifeng.chifeng.name:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
extman ports update from 0.2.2 to 0.2.3, please commit, thanks!
>How-To-Repeat:

>Fix:
diff -u -r extman/Makefile extman.old/Makefile
--- extman/Makefile     2007-11-21 13:33:46.000000000 +0800
+++ extman.old/Makefile 2007-04-03 23:17:44.000000000 +0800
@@ -6,20 +6,19 @@
 #

 PORTNAME=      extman
-PORTVERSION=   0.2.3
+PORTVERSION=   0.2.2
 CATEGORIES=    mail
-MASTER_SITES=  http://www.chifeng.name/dist/extman/%SUBDIR%/ \
+MASTER_SITES=  http://www.extmail.org/dist/extman/%SUBDIR%/ \
                http://chifeng.cosoft.org.cn/extman/%SUBDIR%/

 MAINTAINER?=   chifeng@gmail.com
 COMMENT=       Web interface to manage Virtual Accounts

-RUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
-               ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
-
 USE_PERL5=     yes
 NO_BUILD=      yes

+RUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+
 OPTIONS=       MySQL "Use MySQL support" On \
                LDAP "Use LDAP support" Off

@@ -35,6 +34,7 @@
 .endif

 OWCGIDIR=      ${PREFIX}/www/extman
+
 do-install:
        @${MKDIR} ${OWCGIDIR}
        @cd ${WRKSRC} && ${CP} -Rpf * ${OWCGIDIR}
diff -u -r extman/distinfo extman.old/distinfo
--- extman/distinfo     2007-11-21 13:31:39.000000000 +0800
+++ extman.old/distinfo 2007-04-03 23:17:44.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (extman-0.2.3.tar.gz) = 7e482538372e3de3bda3c9fea0df2304
-SHA256 (extman-0.2.3.tar.gz) = b08b7f1d628eeaa2cfcb036d2e341f2e4325fbcbf3dbfb294f65cdfa378dfbfe
-SIZE (extman-0.2.3.tar.gz) = 533309
+MD5 (extman-0.2.2.tar.gz) = 2c480d25a91422eb87f2eae3672c33e2
+SHA256 (extman-0.2.2.tar.gz) = 7710b183ef809afd46afc494a14409134ba5457f5f01a21275973b404b96ff36
+SIZE (extman-0.2.2.tar.gz) = 535033
diff -u -r extman/pkg-plist extman.old/pkg-plist
--- extman/pkg-plist    2007-11-21 13:36:02.000000000 +0800
+++ extman.old/pkg-plist        2007-04-03 23:17:44.000000000 +0800
@@ -1,8 +1,9 @@
+share/nls/POSIX
+share/nls/en_US.US-ASCII
 www/extman/AUTHORS
 www/extman/ChangeLog
 www/extman/INSTALL
 www/extman/README
-www/extman/README.fcgi
 www/extman/Version
 www/extman/addon/README
 www/extman/addon/cleanup.sql
@@ -174,7 +175,6 @@
 www/extman/html/default/overview_user.html
 www/extman/html/default/passwd.html
 www/extman/html/default/signup.html
-www/extman/html/default/signup.html.old
 www/extman/html/default/viewlog_all.html
 www/extman/html/images/donate.png
 www/extman/html/images/extman_logo.gif
@@ -186,14 +186,11 @@
 www/extman/lang/en_US
 www/extman/lang/zh_CN
 www/extman/lang/zh_TW
-www/extman/libs/CmdTools.pm
 www/extman/libs/Crypt/PasswdMD5.pm
-www/extman/libs/Ext.pm
 www/extman/libs/Ext/CGI.pm
 www/extman/libs/Ext/CaptCha.pm
 www/extman/libs/Ext/Config.pm
 www/extman/libs/Ext/DateTime.pm
-www/extman/libs/Ext/FCGI.pm
 www/extman/libs/Ext/GD.pm
 www/extman/libs/Ext/GraphLog.pm
 www/extman/libs/Ext/HashDir.pm
@@ -209,7 +206,6 @@
 www/extman/libs/Ext/MgrApp/Manager.pm
 www/extman/libs/Ext/MgrApp/OverView.pm
 www/extman/libs/Ext/MgrApp/Signup.pm
-www/extman/libs/Ext/MgrApp/Signup.pm.old
 www/extman/libs/Ext/MgrApp/User.pm
 www/extman/libs/Ext/MgrApp/ViewLog.pm
 www/extman/libs/Ext/Passwd.pm


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711211410.lALEAM2g027596>