Skip site navigation (1)Skip section navigation (2)
Date:      27 Jan 2006 11:58:49 -0200
From:      Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        francisco@gomezmarin.com
Subject:   ports/92422: Update port: mail/uebimiau some modifications on port
Message-ID:  <20060127135849.76866.qmail@capeta.freebsdbrasil.com.br>
Resent-Message-ID: <200601271400.k0RE0EeV016827@freefall.freebsd.org>

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

>Number:         92422
>Category:       ports
>Synopsis:       Update port: mail/uebimiau some modifications on port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 27 14:00:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jean Milanez Melo
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386


	
>Description:
	
- Take the maintainership.
- Add my own url as mastersite.
- Add verbose on cp to show what files were copied.
- Add a pkg-message to tell what do when the installation ends.
- Remove the old tarball in distinfo.
>How-To-Repeat:
	
>Fix:

	

--- uebimiau.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/uebimiau/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	26 Jan 2006 22:48:58 -0000	1.4
+++ Makefile	27 Jan 2006 13:49:08 -0000
@@ -9,23 +9,28 @@
 DISTVERSION=	2.7.9
 CATEGORIES=	mail www
 MASTER_SITES=	http://www.uebimiau.org/downloads/ \
+		http://www.freebsdbrasil.com.br/~jmelo/ \
 		http://freebsd.jose.idv.tw/download/ \
 		http://my.so-net.net.tw/jliang/uebimiau/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-any
 
-MAINTAINER=	francisco@gomezmarin.com
+MAINTAINER=	jmelo@freebsdbrasil.com.br
 COMMENT=	UebiMiau is a simple yet efficient WebMail written in PHP
 
 USE_PHP=	pcre
 WANT_PHP_MOD=	yes
 NO_BUILD=	yes
+SUB_FILES=	pkg-message
 
 post-extract:
 	@${RM} -f ${WRKSRC}/themes/aleborgXP/C?pia\ de\ messagelist.htm
 
 do-install:
 	${MKDIR} ${PREFIX}/www/data/${PORTNAME}
-	${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
+	${CP} -vR ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
 	${CHOWN} -R www:www ${PREFIX}/www/data/${PORTNAME}
 
+post-install:
+	@${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/uebimiau/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	26 Jan 2006 22:48:58 -0000	1.5
+++ distinfo	27 Jan 2006 13:49:08 -0000
@@ -1,4 +1,3 @@
 MD5 (uebimiau-2.7.9-any.tar.gz) = b8bddb33ac2412299f08539564cb1e47
 SHA256 (uebimiau-2.7.9-any.tar.gz) = eb152af1b11175bd8321778908afd5332bf8fbf4aeed66ce290d718255b8bf76
 SIZE (uebimiau-2.7.9-any.tar.gz) = 491193
-SIZE (uebimiau-2.7.8-RC1-any.tar.gz) = 196571
Index: files/pkg-message.in
===================================================================
RCS file: files/pkg-message.in
diff -N files/pkg-message.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/pkg-message.in	27 Jan 2006 13:49:08 -0000
@@ -0,0 +1,8 @@
+
+*****************************************************************************
+You have installed the uebimiau package.
+
+Now you should edit %%PREFIX%%/www/data/uebimiau/inc/config.php and set your 
+preferences.
+
+*****************************************************************************
--- uebimiau.diff ends here ---


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



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