Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2024 20:16:38 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 34d53a75ce2b - main - deskutils/aspostit: Remove expired port
Message-ID:  <202404302016.43UKGcTr093789@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=34d53a75ce2b8d1420054d3b718b0bef702dfa47

commit 34d53a75ce2b8d1420054d3b718b0bef702dfa47
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-30 20:15:40 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-30 20:16:33 +0000

    deskutils/aspostit: Remove expired port
    
    2024-04-29 deskutils/aspostit: Unmaintained, last upstream release in 2001
---
 MOVED                                         |  1 +
 deskutils/Makefile                            |  1 -
 deskutils/aspostit/Makefile                   | 35 ---------------------------
 deskutils/aspostit/distinfo                   |  2 --
 deskutils/aspostit/files/patch-app_defaults.h | 15 ------------
 deskutils/aspostit/files/patch-xpostit.c      | 19 ---------------
 deskutils/aspostit/pkg-descr                  |  2 --
 7 files changed, 1 insertion(+), 74 deletions(-)

diff --git a/MOVED b/MOVED
index fbf30db4edc6..d6642b347d55 100644
--- a/MOVED
+++ b/MOVED
@@ -3202,3 +3202,4 @@ x11-toolkits/p5-Gtk2-Ex-Dialogs||2024-04-24|Has expired: No longer works with mo
 math/mathlibtools||2024-04-28|Project is obsolete and archived on GitHub since Aug 2023, not compatible with math/lean4
 emulators/qemu7@tools|emulators/qemu@tools|2024-04-29|Use emulators/qemu@tools instead
 lang/tcl9|lang/tcl90|2024-04-30|Renamed for consistency with the 8.x series ports
+deskutils/aspostit||2024-04-30|Has expired: Unmaintained, last upstream release in 2001
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 313b7659df77..fb4f7a6491dd 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -9,7 +9,6 @@
     SUBDIR += anydesk
     SUBDIR += appwrapper
     SUBDIR += arttime
-    SUBDIR += aspostit
     SUBDIR += ausweisapp2
     SUBDIR += autocutsel
     SUBDIR += baobab
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile
deleted file mode 100644
index a66fea765cf7..000000000000
--- a/deskutils/aspostit/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME=	aspostit
-PORTVERSION=	1.3
-PORTREVISION=	9
-CATEGORIES=	deskutils
-MASTER_SITES=	AFTERSTEP/apps/aspostit
-
-MAINTAINER=	bofh@FreeBSD.org
-COMMENT=	AfterStep dockable version of XPostIt
-
-LICENSE=	GPLv2+
-
-DEPRECATED=	Unmaintained, last upstream release in 2001
-EXPIRATION_DATE=2024-04-29
-
-USES=		gmake jpeg xorg
-USE_XORG=	xpm xaw xext x11
-
-GNU_CONFIGURE=	yes
-
-PLIST_FILES=	bin/aspostit share/man/man1/aspostit.1.gz
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CFLAGS+=	-Wno-error=int-conversion
-.endif
-
-post-extract:
-	@${LN} -sf aspostit.man ${WRKSRC}/aspostit.1
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.post.mk>
diff --git a/deskutils/aspostit/distinfo b/deskutils/aspostit/distinfo
deleted file mode 100644
index 03e88bc69d65..000000000000
--- a/deskutils/aspostit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (aspostit-1.3.tar.gz) = c54af1e360a04962db22c45c31750363e4dbf6ac8c292230be8ed691702551c1
-SIZE (aspostit-1.3.tar.gz) = 75771
diff --git a/deskutils/aspostit/files/patch-app_defaults.h b/deskutils/aspostit/files/patch-app_defaults.h
deleted file mode 100644
index 032cbb2551b6..000000000000
--- a/deskutils/aspostit/files/patch-app_defaults.h
+++ /dev/null
@@ -1,15 +0,0 @@
-*** app_defaults.h	Mon Jan  4 00:05:08 1999
---- app_defaults.h~	Mon Jan  4 00:05:01 1999
-***************
-*** 1,5 ****
-  "Xpostit.geometry:              70x70-0+0",
-! "Xpostit.noteDir:               ~/aspostit/",
-  "Xpostit.Menu*cursor:           hand1",
-  "Xpostit.printCmd:		\"lpr %s\"",
-  "Xpostit.calendarCmd:		cal",
---- 1,5 ----
-  "Xpostit.geometry:              70x70-0+0",
-! "Xpostit.noteDir:               ~/GNUstep/Library/AfterStep/aspostit/",
-  "Xpostit.Menu*cursor:           hand1",
-  "Xpostit.printCmd:		\"lpr %s\"",
-  "Xpostit.calendarCmd:		cal",
diff --git a/deskutils/aspostit/files/patch-xpostit.c b/deskutils/aspostit/files/patch-xpostit.c
deleted file mode 100644
index 943e94175240..000000000000
--- a/deskutils/aspostit/files/patch-xpostit.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- xpostit.c.orig	1999-01-08 06:10:27.000000000 +0900
-+++ xpostit.c	2012-10-24 01:06:04.000000000 +0900
-@@ -32,6 +32,7 @@
- #include <X11/Xaw/SimpleMenu.h>
- #include <signal.h>
- #include <stdio.h>
-+#include <stdlib.h>
- 
- #include "xpostit.h"
- #include "version.h"
-@@ -130,7 +131,7 @@
- unsigned long timer_interval;	/* auto-save interval */
- unsigned long alarm_interval;	/* alarm check interval */
- 
--void main(argc, argv)
-+int main(argc, argv)
- char **argv;
- int argc;
- {
diff --git a/deskutils/aspostit/pkg-descr b/deskutils/aspostit/pkg-descr
deleted file mode 100644
index b495a0f5c5fd..000000000000
--- a/deskutils/aspostit/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-ASPostIt is a version of XPostIt hacked so it is compatible with the
-AfterStep Wharf (and probably that of other WMs as well).



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