ports/149908: Update port: deskutils/when and maintainership request

Frederic Culot frederic at culot.org
Mon Aug 23 12:30:06 UTC 2010


>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 at 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 at FreeBSD.org
+MAINTAINER=	frederic at 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:



More information about the freebsd-ports-bugs mailing list