| Summary: | [UPDATE] mail/roundcube to 0.3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Edmondas Girkantas <edmondas> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Edmondas Girkantas
2009-09-07 15:40:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) Edmondas,
Your patch does not appear to be adequate. Note that 0.3 is distributed with
an additional directory (plugins) that was not present in 0.2.x. Without
this directory, attempts to access RoundCube will likely fail. To resolve
this, you should update the RCUBECOMP variable (which is used to create the
plist) in the port's Makefile. I have not tested this, but something like
the below should suffice:
--- Makefile.orig 2009-09-07 15:11:14.000000000 -0400
+++ Makefile 2009-09-07 14:46:07.000000000 -0400
@@ -6,18 +6,18 @@
#
PORTNAME= roundcube
-DISTVERSION= 0.2.2
+DISTVERSION= 0.3
PORTEPOCH= 1
CATEGORIES= mail www
-MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}
-DISTNAME= ${PORTNAME}mail-${DISTVERSION}
+MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}-stable
+DISTNAME= ${PORTNAME}mail-${DISTVERSION}-stable
MAINTAINER= ale@FreeBSD.org
COMMENT= Fully skinnable XHTML/CSS webmail written in PHP
NO_BUILD= yes
-RCUBECOMP= SQL bin config index.php logs program robots.txt skins temp
+RCUBECOMP= SQL bin config index.php logs plugins program robots.txt skins temp
PORTDOCS= CHANGELOG INSTALL LICENSE README UPGRADING
SCRIPTS_ENV= SHAREOWN=${SHAREOWN} SHAREGRP=${SHAREGRP} \
--
Sahil Tandon <sahil@tandon.net>
State Changed From-To: open->closed Committed a really working update :-) |