ports/150866: Update ports mail/assp to fix upgrade issues

Rusty Nejdl rnejdl at tethys.ringofsaturn.com
Wed Sep 22 20:30:06 UTC 2010


>Number:         150866
>Category:       ports
>Synopsis:       Update ports mail/assp to fix upgrade issues
>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:   Wed Sep 22 20:30:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rusty Nejdl
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 8.1-STABLE FreeBSD 8.1-STABLE #0: Wed Aug 25 21:56:52 CDT 2010 root at tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64


	
>Description:
	This patch fixes upgrades which have been broken for some time.
>How-To-Repeat:
	This patch fixes upgrades.
>Fix:

	

--- assp.diff begins here ---
diff -ruN assp/Makefile assp-new/Makefile
--- assp/Makefile	2010-09-22 15:26:33.000000000 -0500
+++ assp-new/Makefile	2010-09-22 15:28:27.000000000 -0500
@@ -7,7 +7,7 @@
 
 PORTNAME=	assp
 PORTVERSION=	1.7.5.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	SF/${PORTNAME}/ASSP%20Installation/${PORTNAME:U}%20${PORTVERSION}/
 DISTNAME=	${PORTNAME:U}_${PORTVERSION}-Install
@@ -177,10 +177,10 @@
 	${MKDIR} ${ASSP_HOME}
 	${CHOWN} ${ASSP_USER}:${ASSP_GROUP} ${ASSP_HOME}
 	${CHMOD} 700 ${ASSP_HOME}
-	${LN} -s ${DATADIR}/files ${ASSP_HOME}
-	${LN} -s ${DATADIR}/images ${ASSP_HOME}
-	${LN} -s ${DATADIR}/reports ${ASSP_HOME}
-	${LN} -s ${ASSP_LOG} ${ASSP_HOME}/logs
+	${LN} -fs ${DATADIR}/files ${ASSP_HOME}
+	${LN} -fs ${DATADIR}/images ${ASSP_HOME}
+	${LN} -fs ${DATADIR}/reports ${ASSP_HOME}
+	${LN} -fs ${ASSP_LOG} ${ASSP_HOME}/logs
 
 	${MKDIR} ${PREFIX}/etc/periodic/daily
 	${INSTALL_SCRIPT} ${WRKDIR}/periodic-assp.sh ${PREFIX}/etc/periodic/daily/510.assp
--- assp.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list