Date: Mon, 23 Aug 2010 14:23:04 +0200 (CEST) From: Frederic Culot <frederic@culot.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/149908: Update port: deskutils/when and maintainership request Message-ID: <201008231223.o7NCN4W0023928@0xd0.org> Resent-Message-ID: <201008231230.o7NCU6xD072356@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149908 >Category: ports >Synopsis: Update port: deskutils/when and maintainership request >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 Aug 23 12:30:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Frederic Culot >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to 1.1.20: - MASTER_SITES updated - DISTNAME and WRKSRC added, USE_BZIP2 removed, and make-dist target updated (caused by a change in vendor's archive type) - request for maintainership Changes: http://freshmeat.net/projects/when/ >How-To-Repeat: >Fix: diff -ruN when.bak/Makefile when/Makefile --- when.bak/Makefile 2010-08-23 13:09:09.336936348 +0200 +++ when/Makefile 2010-08-23 14:03:36.316982974 +0200 @@ -6,28 +6,30 @@ # PORTNAME= when -PORTVERSION= 1.1.12 +PORTVERSION= 1.1.20 CATEGORIES= deskutils -MASTER_SITES= CENKES +MASTER_SITES= http://www.lightandmatter.com/when/ +DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= frederic@culot.org COMMENT= A very simple personal calendar -USE_BZIP2= yes USE_PERL5_RUN= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +WRKSRC= ${WRKDIR}/${PORTNAME}_dist + do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ make-dist: @${RM} -rf ${WRKDIR};${MKDIR} ${WRKDIR};cd ${WRKDIR};\ - ${FETCH_CMD} http://www.lightandmatter.com/when/when.tar.gz;\ - ${TAR} xf when.tar.gz;${MV} when_dist ${DISTNAME};\ - ${RM} -Rf ${DISTNAME}/debian_stuff/;\ - ${TAR} cjvf ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} + ${FETCH_CMD} ${MASTER_SITES}/${DISTFILES};\ + ${TAR} xf ${DISTFILES};${MV} ${PORTNAME}_dist ${PKGNAME};\ + ${RM} -Rf ${PKGNAME}/debian_stuff/;\ + ${TAR} cjvf ${PKGNAME}.tar.bz2 ${PKGNAME} .include <bsd.port.mk> diff -ruN when.bak/distinfo when/distinfo --- when.bak/distinfo 2010-08-23 13:09:09.336936348 +0200 +++ when/distinfo 2010-08-23 13:22:19.166074129 +0200 @@ -1,3 +1,3 @@ -MD5 (when-1.1.12.tar.bz2) = 59cbfa66100dac07fb72a7aa622f8db6 -SHA256 (when-1.1.12.tar.bz2) = 86a4b002562d9616a231fd24e1533d6e5da8fc1148d2e13ad0d723a3b93c6d05 -SIZE (when-1.1.12.tar.bz2) = 35893 +MD5 (when.tar.gz) = c3cb3f795d03e72d17b1afac3fc190c6 +SHA256 (when.tar.gz) = 9bb61692ba6c074ed549f6c794509b912210911b6b0d3d9cd7e2ec872ef8efe4 +SIZE (when.tar.gz) = 45655 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008231223.o7NCN4W0023928>