pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libunique



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  3 12:12:34 UTC 2017

Modified Files:
        pkgsrc/x11/libunique: DESCR Makefile

Log Message:
libunique: Fix HOMEPAGE. Mark as deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/libunique/DESCR
cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/libunique/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libunique/DESCR
diff -u pkgsrc/x11/libunique/DESCR:1.1.1.1 pkgsrc/x11/libunique/DESCR:1.2
--- pkgsrc/x11/libunique/DESCR:1.1.1.1  Thu Dec 18 00:32:14 2008
+++ pkgsrc/x11/libunique/DESCR  Tue Oct  3 12:12:34 2017
@@ -8,3 +8,5 @@ running instance, and also handling the 
 
 Unique aims to replace the BaconMessageConnection code that has been copied by
 many projects and the code using Bonobo and D-Bus.
+
+This library is deprecated.

Index: pkgsrc/x11/libunique/Makefile
diff -u pkgsrc/x11/libunique/Makefile:1.36 pkgsrc/x11/libunique/Makefile:1.37
--- pkgsrc/x11/libunique/Makefile:1.36  Wed Aug 16 20:45:47 2017
+++ pkgsrc/x11/libunique/Makefile       Tue Oct  3 12:12:34 2017
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/08/16 20:45:47 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.37 2017/10/03 12:12:34 wiz Exp $
 
 DISTNAME=      libunique-1.1.6
 PKGREVISION=   24
@@ -7,8 +6,8 @@ CATEGORIES=     devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libunique/1.1/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://live.gnome.org/LibUnique
-COMMENT=       Library for writing single instance applications
+HOMEPAGE=      https://wiki.gnome.org/Attic/LibUnique
+COMMENT=       Library for writing single instance applications (deprecated)
 LICENSE=       gnu-lgpl-v2.1
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index