Date: Wed, 22 Sep 2010 15:29:45 -0500 (CDT) From: Rusty Nejdl <rnejdl@tethys.ringofsaturn.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/150866: Update ports mail/assp to fix upgrade issues Message-ID: <201009222029.o8MKTjTg055563@tethys.ringofsaturn.com> Resent-Message-ID: <201009222030.o8MKU5hv062759@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009222029.o8MKTjTg055563>