diff --git a/audio/decibels/Makefile b/audio/decibels/Makefile index c767fdc377b9..5312edc5727f 100644 --- a/audio/decibels/Makefile +++ b/audio/decibels/Makefile @@ -1,25 +1,28 @@ PORTNAME= decibels DISTVERSION= 48.0 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME audio player WWW= https://gitlab.gnome.org/GNOME/decibels +DEPRECATED= Depends on deprecated lang/typescript (which needs a maintainer), see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856 +EXPIRATION_DATE=2025-11-30 + LICENSE= GPLv3 BUILD_DEPENDS= tsc:lang/typescript \ blueprint-compiler:devel/blueprint-compiler LIB_DEPENDS= libgjs.so:lang/gjs RUN_DEPENDS= dbus>0:devel/dbus USES= desktop-file-utils gettext-tools gnome gstreamer meson \ pkgconfig tar:xz USE_GNOME= glib20 gtk40 libadwaita USE_GSTREAMER= faad flac lame libav ogg opus ugly vorbis wavpack PORTSCOUT= limit:^48\. .include diff --git a/lang/typescript/Makefile b/lang/typescript/Makefile index 8cd9dc41ffe2..cb0d749ec2ae 100644 --- a/lang/typescript/Makefile +++ b/lang/typescript/Makefile @@ -1,37 +1,37 @@ PORTNAME= typescript DISTVERSION= 5.9.2 CATEGORIES= lang MASTER_SITES= https://registry.npmjs.org/${PORTNAME}/-/ EXTRACT_SUFX= .tgz MAINTAINER= mandree@FreeBSD.org COMMENT= Superset of JavaScript that compiles to JavaScript output WWW= https://www.typescriptlang.org/ -DEPRECATED= No port maintainer, fast moving port. +DEPRECATED= New port was added without port maintainer, submitter not interested in taking it. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856 and contact mandree@ if you are willing to maintain typescript and have a track record that lets you appear suitable for maintaining a high-profile port. EXPIRATION_DATE=2025-11-30 LICENSE= APACHE20 NO_ARCH= yes NO_BUILD= yes USES= nodejs:run tar WRKSRC= ${WRKDIR}/package post-patch: ${FIND} ${WRKSRC}/bin -type f | ${XARGS} \ ${REINPLACE_CMD} -i "" -e 's|../lib|${LOCALBASE}/lib/node_modules/${PORTNAME}|' do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/${PORTNAME} @${INSTALL_SCRIPT} ${WRKSRC}/bin/tsc \ ${STAGEDIR}${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/bin/tsserver \ ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . \ ${STAGEDIR}${PREFIX}/lib/node_modules/${PORTNAME} .include