Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 20:01:42 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528743 - head/deskutils/xpostit
Message-ID:  <202003192001.02JK1g3A041678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Mar 19 20:01:41 2020
New Revision: 528743
URL: https://svnweb.freebsd.org/changeset/ports/528743

Log:
  Make fetchable again.
  
  Approved by:	just fixit

Modified:
  head/deskutils/xpostit/Makefile   (contents, props changed)
  head/deskutils/xpostit/distinfo   (contents, props changed)

Modified: head/deskutils/xpostit/Makefile
==============================================================================
--- head/deskutils/xpostit/Makefile	Thu Mar 19 20:01:38 2020	(r528742)
+++ head/deskutils/xpostit/Makefile	Thu Mar 19 20:01:41 2020	(r528743)
@@ -3,18 +3,16 @@
 
 PORTNAME=	xpostit
 PORTVERSION=	3.3.1
-PORTREVISION=	2
 CATEGORIES=	deskutils
-MASTER_SITES=	ftp://ftp.x.org/R5contrib/
-DISTNAME=	${PORTNAME}${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
+# DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
+DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
 MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	PostIt (R) messages onto your X11 screen
 
-BROKEN=		unfetchable
-
-USES=		imake tar:Z xorg
+USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
-WRKSRC=		${WRKDIR}/xpostit
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
 
 .include <bsd.port.mk>

Modified: head/deskutils/xpostit/distinfo
==============================================================================
--- head/deskutils/xpostit/distinfo	Thu Mar 19 20:01:38 2020	(r528742)
+++ head/deskutils/xpostit/distinfo	Thu Mar 19 20:01:41 2020	(r528743)
@@ -1,2 +1,3 @@
-SHA256 (xpostit3.3.1.tar.Z) = 819fcf8c7197ab6be356c2ec298e0711e0fb4bf4c36608e9763f43d8ef4edad4
-SIZE (xpostit3.3.1.tar.Z) = 53910
+TIMESTAMP = 1584647660
+SHA256 (xpostit_3.3.1.orig.tar.gz) = 5b1d822cfcd8c5bd5af62e507b0b1c47c764a6307b3bc6eaf4e4be6d3dcd5b0a
+SIZE (xpostit_3.3.1.orig.tar.gz) = 29520



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003192001.02JK1g3A041678>