From owner-svn-ports-all@FreeBSD.ORG Mon Apr 6 18:50:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8280654; Mon, 6 Apr 2015 18:50:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D364A1FE; Mon, 6 Apr 2015 18:50:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t36Ioq6e097548; Mon, 6 Apr 2015 18:50:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t36IopQt097542; Mon, 6 Apr 2015 18:50:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504061850.t36IopQt097542@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 6 Apr 2015 18:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383467 - in head/astro/wmsun: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 18:50:53 -0000 Author: bapt Date: Mon Apr 6 18:50:50 2015 New Revision: 383467 URL: https://svnweb.freebsd.org/changeset/ports/383467 Log: astro/wmsun: Update to version 1.12 Fix MASTER_SITES Modified: head/astro/wmsun/Makefile head/astro/wmsun/distinfo head/astro/wmsun/files/patch-Makefile head/astro/wmsun/files/patch-wmSun.c head/astro/wmsun/pkg-descr Modified: head/astro/wmsun/Makefile ============================================================================== --- head/astro/wmsun/Makefile Mon Apr 6 18:49:52 2015 (r383466) +++ head/astro/wmsun/Makefile Mon Apr 6 18:50:50 2015 (r383467) @@ -2,21 +2,17 @@ # $FreeBSD$ PORTNAME= wmsun -PORTVERSION= 1.03 -PORTREVISION= 2 +PORTVERSION= 1.12 CATEGORIES= astro windowmaker -MASTER_SITES= http://dockapps.windowmaker.org/download.php/id/23/ -DISTNAME= wmSun-1.03 +MASTER_SITES= http://linux-bsd-unix.strefa.pl/ +DISTNAME= wmSun-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that displays the rise and set times of the Sun -BROKEN= No public distfiles - -WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun +WRKSRC_SUBDIR= wmSun USE_XORG= xext xpm x11 -ALL_TARGET= clean all MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ INCDIR="-I${LOCALBASE}/include" LIBDIR="-L${LOCALBASE}/lib" MAKE_JOBS_UNSAFE= yes Modified: head/astro/wmsun/distinfo ============================================================================== --- head/astro/wmsun/distinfo Mon Apr 6 18:49:52 2015 (r383466) +++ head/astro/wmsun/distinfo Mon Apr 6 18:50:50 2015 (r383467) @@ -1,2 +1,2 @@ -SHA256 (wmSun-1.03.tar.gz) = 53d81d1ac9541c153917c4d0bb9813308268a1d1b47ed0e5b685e4a17b36b193 -SIZE (wmSun-1.03.tar.gz) = 184320 +SHA256 (wmSun-1.12.tar.gz) = d05fb019dd835fc33b2c7c3fb7cf1b6a8cd7fe59b62c8d3fa00ddd0f776da15d +SIZE (wmSun-1.12.tar.gz) = 147170 Modified: head/astro/wmsun/files/patch-Makefile ============================================================================== --- head/astro/wmsun/files/patch-Makefile Mon Apr 6 18:49:52 2015 (r383466) +++ head/astro/wmsun/files/patch-Makefile Mon Apr 6 18:50:50 2015 (r383467) @@ -1,19 +1,17 @@ --- Makefile.orig Wed Jan 6 11:28:39 1999 +++ Makefile Thu Aug 3 21:28:34 2000 -@@ -22,14 +22,14 @@ - +@@ -18,12 +18,12 @@ + OBJS = wmSun.o SunRise.o ../wmgeneral/wmgeneral.o .c.o: - $(CC) $(COPTS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) + $(CC) $(CFLAGS) -D$(OPSYS) -c $< -o $@ $(INCDIR) - all: wmSun.o wmSun - wmSun.o: wmSun_master.xpm wmSun_mask.xbm - wmSun: $(OBJS) -- $(CC) $(COPTS) $(SYSTEM) -lm -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS) -+ $(CC) $(CFLAGS) $(SYSTEM) -lm -o wmSun $(OBJS) $(LIBDIR) $(LIBS) + wmSun: $(OBJS) +- $(CC) $(COPTS) $(SYSTEM) -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS) ++ $(CC) $(CFLAGS) $(SYSTEM) -o wmSun $(OBJS) $(LIBDIR) $(LIBS) clean: - for i in $(OBJS) ; do \ + for i in $(OBJS) ; do rm -f $$i; done Modified: head/astro/wmsun/files/patch-wmSun.c ============================================================================== --- head/astro/wmsun/files/patch-wmSun.c Mon Apr 6 18:49:52 2015 (r383466) +++ head/astro/wmsun/files/patch-wmSun.c Mon Apr 6 18:50:50 2015 (r383467) @@ -3,10 +3,10 @@ $FreeBSD$ --- wmSun.c.orig Thu Aug 15 18:04:04 2002 +++ wmSun.c Thu Aug 15 18:06:24 2002 -@@ -129,7 +129,8 @@ - int Year, Month, DayOfWeek, OldLocalDayOfMonth; - int LocalDayOfMonth, DayOfMonth; +@@ -76,7 +76,8 @@ + int LocalDayOfMonth, DayOfMonth; int Hours, Mins, Secs, OldSecs, digit, xoff, xsize; + int OldMins; - long CurrentLocalTime, CurrentGMTTime, date; + time_t CurrentLocalTime, CurrentGMTTime; + long date; Modified: head/astro/wmsun/pkg-descr ============================================================================== --- head/astro/wmsun/pkg-descr Mon Apr 6 18:49:52 2015 (r383466) +++ head/astro/wmsun/pkg-descr Mon Apr 6 18:50:50 2015 (r383467) @@ -1,3 +1,3 @@ A dockapp that displays the rise and set time of the sun. -WWW: http://dockapps.windowmaker.org/file.php/id/16/ +WWW: http://linux-bsd-unix.strefa.pl/