ports/151542: Update port: deskutils/gnotime

KATO Tsuguru tkato432 at yahoo.com
Mon Oct 18 18:10:09 UTC 2010


>Number:         151542
>Category:       ports
>Synopsis:       Update port: deskutils/gnotime
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 18 18:10:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/deskutils/gnotime/Makefile deskutils/gnotime/Makefile
--- /usr/ports/deskutils/gnotime/Makefile	2010-10-02 02:12:00.000000000 +0900
+++ deskutils/gnotime/Makefile	2010-10-02 02:21:48.000000000 +0900
@@ -10,8 +10,9 @@
 PORTVERSION=	2.3.0
 PORTREVISION=	6
 CATEGORIES=	deskutils gnome
-MASTER_SITES=	SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}:gttr SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}:qof
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:gttr \
+MASTER_SITES=	SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
+		SF/qof/qof/${QOF_VERSION}:qof
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT \
 		${QOF_DISTNAME}${EXTRACT_SUFX}:qof
 
 MAINTAINER=	ports at FreeBSD.org
@@ -19,8 +20,6 @@
 
 LIB_DEPENDS=	guile.20:${PORTSDIR}/lang/guile
 
-BROKEN=		does not fetch
-
 USE_XORG=	xscrnsaver
 USE_GNOME=	gnomehack gnomeprefix gtkhtml3 intlhack libgnomeui
 USE_GETTEXT=	yes
@@ -35,7 +34,8 @@
 MAN1=		gnotime.1 gnotime-remote.1
 GCONF_SCHEMAS=	gnotime.schemas
 
-QOF_DISTNAME=	qof-0.7.5
+QOF_VERSION=	0.7.5
+QOF_DISTNAME=	qof-${QOF_VERSION}
 QOF_WRKSRC=	${WRKDIR}/${QOF_DISTNAME}
 
 CPPFLAGS=	-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
@@ -67,4 +67,5 @@
 pre-install:
 	@(cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
 		${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
+
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list