[Midnightbsd-cvs] mports: deskutils/xpad:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 19 18:48:12 EDT 2008


Log Message:
-----------


Modified Files:
--------------
    mports/deskutils/appwrapper:
        Makefile (r1.1 -> r1.2)
    mports/deskutils/etoile-addresseskit:
        Makefile (r1.3 -> r1.4)
    mports/deskutils/etoile-dictionaryreader:
        Makefile (r1.4 -> r1.5)
    mports/deskutils/etoile-extendedworkspacekit:
        Makefile (r1.6 -> r1.7)
    mports/deskutils/glabels:
        Makefile (r1.3 -> r1.4)
    mports/deskutils/gnome-utils:
        Makefile (r1.2 -> r1.3)
    mports/deskutils/gnustep-notebook:
        Makefile (r1.1 -> r1.2)
    mports/deskutils/gucharmap:
        Makefile (r1.3 -> r1.4)
    mports/deskutils/gworkspace:
        Makefile (r1.4 -> r1.5)
    mports/deskutils/hot-babe:
        Makefile (r1.1 -> r1.2)
    mports/deskutils/kbirthday:
        Makefile (r1.1 -> r1.2)
    mports/deskutils/kdepim3:
        Makefile (r1.1 -> r1.2)
    mports/deskutils/linux-sunbird:
        Makefile (r1.4 -> r1.5)
        distinfo (r1.3 -> r1.4)
        pkg-plist (r1.3 -> r1.4)
    mports/deskutils/notification-daemon:
        Makefile (r1.3 -> r1.4)
    mports/deskutils/preferencepanes:
        Makefile (r1.3 -> r1.4)
    mports/deskutils/preferences.app:
        Makefile (r1.4 -> r1.5)
    mports/deskutils/xpad:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/etoile-addresseskit/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L deskutils/etoile-addresseskit/Makefile -L deskutils/etoile-addresseskit/Makefile -u -r1.3 -r1.4
--- deskutils/etoile-addresseskit/Makefile
+++ deskutils/etoile-addresseskit/Makefile
@@ -16,6 +16,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Etoile Project AddressesKit framework
+LICENSE=	lgpl
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_PREFIX=	yes
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/etoile-dictionaryreader/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L deskutils/etoile-dictionaryreader/Makefile -L deskutils/etoile-dictionaryreader/Makefile -u -r1.4 -r1.5
--- deskutils/etoile-dictionaryreader/Makefile
+++ deskutils/etoile-dictionaryreader/Makefile
@@ -17,6 +17,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Dict client for GNUstep
+LICENSE=	mit
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_PREFIX=	yes
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/etoile-extendedworkspacekit/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L deskutils/etoile-extendedworkspacekit/Makefile -L deskutils/etoile-extendedworkspacekit/Makefile -u -r1.6 -r1.7
--- deskutils/etoile-extendedworkspacekit/Makefile
+++ deskutils/etoile-extendedworkspacekit/Makefile
@@ -27,7 +27,7 @@
 USE_GNUSTEP_SYSTEM_LIBS+=	TrackerKit:${TRACKERKIT_PORT}
 DEFAULT_LIBVERSION=	0.1
 USE_GNUSTEP_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
-MAKE_ENV+=      GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
 
 SNAPSHOT=	20061221
 WRKSRC=	${WRKDIR}/Etoile/
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/glabels/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L deskutils/glabels/Makefile -L deskutils/glabels/Makefile -u -r1.3 -r1.4
--- deskutils/glabels/Makefile
+++ deskutils/glabels/Makefile
@@ -10,16 +10,16 @@
 PORTVERSION=	2.2.2
 PORTREVISION=	3
 CATEGORIES=	deskutils
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A program to create labels and business cards
 LICENSE=	gpl2
 
 USE_AUTOTOOLS=	libtool:15
-USE_GNOME=	gnomehack gnomeprefix gnometarget libgnomeui libgnomeprintui \
-		desktopfileutils intlhack 
+USE_GNOME=	gnomehack gnomeprefix gnometarget libgnomeui \
+		desktopfileutils intlhack ltverhack
+WANT_GNOME=	yes
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
@@ -31,10 +31,17 @@
 
 MAN1=		glabels.1
 
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mevolutiondataserver}!=""
+USE_GNOME+=	evolutiondataserver
+CONFIGURE_ARGS+=	--with-libebook
+.else
+CONFIGURE_ARGS+=	--without-libebook
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|malloc\.h|stdlib\.h|g' \
 		${WRKSRC}/iec16022-0.2.1/*.c
 
-
-
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/gnome-utils/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L deskutils/gnome-utils/Makefile -L deskutils/gnome-utils/Makefile -u -r1.2 -r1.3
--- deskutils/gnome-utils/Makefile
+++ deskutils/gnome-utils/Makefile
@@ -9,7 +9,7 @@
 
 PORTNAME=	gnome-utils
 PORTVERSION=	2.20.0.1
-PORTREVISION=	0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/gnustep-notebook/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L deskutils/gnustep-notebook/Makefile -L deskutils/gnustep-notebook/Makefile -u -r1.1 -r1.2
--- deskutils/gnustep-notebook/Makefile
+++ deskutils/gnustep-notebook/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	notebook
 PORTVERSION=	0.3
+PORTREVISION=	1
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://notebook.cowgar.com/NoteBook/releases/ \
 		http://io.debian.net/~tar/debian/notebook/
@@ -16,6 +17,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A place to store notes in an organized manner
+LICENSE=	unknown
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_PREFIX=	yes
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/gucharmap/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L deskutils/gucharmap/Makefile -L deskutils/gucharmap/Makefile -u -r1.3 -r1.4
--- deskutils/gucharmap/Makefile
+++ deskutils/gucharmap/Makefile
@@ -9,9 +9,9 @@
 
 PORTNAME=	gucharmap
 PORTVERSION=	2.22.1
+PORTREVISION=	1
 CATEGORIES=	deskutils gnome
-MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -24,7 +24,7 @@
 USE_GETTEXT=	yes
 USE_XLIB=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix intlhack gnomehack gtk20 gnomedocutils
+USE_GNOME=	gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_OMF=	yes
@@ -33,19 +33,6 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 	       	LDFLAGS="-L${LOCALBASE}/lib"
 
-.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
-.undef WITHOUT_ALL
-WITH_GNOME=	yes
-.endif
+GCONF_SCHEMAS=	gucharmap.schemas
 
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-USE_GNOME+=	libgnomeui
-PKGNAMESUFFIX:=	-gnome
-.else
-CONFIGURE_ARGS=	--disable-gnome
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/gworkspace/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L deskutils/gworkspace/Makefile -L deskutils/gworkspace/Makefile -u -r1.4 -r1.5
--- deskutils/gworkspace/Makefile
+++ deskutils/gworkspace/Makefile
@@ -8,12 +8,13 @@
 
 PORTNAME=	gworkspace
 PORTVERSION=	0.8.6
-PORTREVISION=	1
-CATEGORIES=	deskutils
+PORTREVISION=	2
+CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://www.gnustep.it/enrico/gworkspace/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNUstep workspace manager
+LICENSE=	gpl2
 
 WRKSRC=		${WRKDIR}/GWorkspace-${PORTVERSION}
 GNU_CONFIGURE=	yes
@@ -38,4 +39,9 @@
 USE_GHOSTSCRIPT=	yes
 .endif
 
+post-install:
+	${CP} ${WRKSRC}/Inspector/ContentViewersProtocol.h \
+		${GNUSTEP_SYSTEM_ROOT}/Library/Frameworks/Inspector.framework/Versions/${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}/Headers/ContentViewersProtocol.h
+
+
 .include <bsd.port.mk>
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/hot-babe/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L deskutils/hot-babe/Makefile -L deskutils/hot-babe/Makefile -u -r1.1 -r1.2
--- deskutils/hot-babe/Makefile
+++ deskutils/hot-babe/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	hot-babe
 PORTVERSION=	0.2.2
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://dindinx.net/hotbabe/downloads/ \
 		${MASTER_SITE_LOCAL}
@@ -15,6 +16,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Small utility which displays the system activity in a very special way
+LICENSE=	artistic
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
@@ -26,10 +28,8 @@
 PORTDOCS=	ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example
 
 pre-everything::
-	@${ECHO_MSG}
 	@${ECHO_MSG} "Warning! This port contains some adults only content."
 	@${ECHO_MSG} "You might hit Ctrl-C to abort."
-	@${ECHO_MSG}
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/hot-babe.1 ${PREFIX}/man/man1
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/kbirthday/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L deskutils/kbirthday/Makefile -L deskutils/kbirthday/Makefile -u -r1.1 -r1.2
--- deskutils/kbirthday/Makefile
+++ deskutils/kbirthday/Makefile
@@ -7,17 +7,19 @@
 
 PORTNAME=	kbirthday
 PORTVERSION=	0.7.3
+PORTREVISION=	1
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://www.gfai.de/~jaham/download/ \
 		http://freshmeat.net/redir/kbirthday/32531/url_tgz/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	KDE kicker-applet that reminds you of birthdays and anniversaries
+LICENSE=	gpl2
 
 USE_AUTOTOOLS=	libtool:15
 USE_GMAKE=	yes
 USE_KDELIBS_VER=3
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 # may or may not solve the alpha compilation issue....
 CONFIGURE_ARGS=	--with-pic
 
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/kdepim3/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L deskutils/kdepim3/Makefile -L deskutils/kdepim3/Makefile -u -r1.1 -r1.2
--- deskutils/kdepim3/Makefile
+++ deskutils/kdepim3/Makefile
@@ -16,8 +16,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Personal Information Management tools for KDE
-LICENSE=	unknown
-# assuming GPLv2 but not sure on all the code.
+LICENSE=	gpl2
 
 LIB_DEPENDS=	gpgme:${PORTSDIR}/security/gpgme \
 		opensync.0:${PORTSDIR}/devel/libopensync022 \
@@ -63,10 +62,8 @@
 
 pre-everything::
 .if defined(GNOKII_OVERRIDE)
-	@${ECHO_MSG}
 	@${ECHO_MSG} "*   gnokii is installed and support has been enabled     *"
 	@${ECHO_MSG} "* automatically (no additional files will be installed). *"
-	@${ECHO_MSG}
 .endif
 
 .include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/deskutils/linux-sunbird/pkg-plist,v
retrieving revision 1.3
retrieving revision 1.4
diff -L deskutils/linux-sunbird/pkg-plist -L deskutils/linux-sunbird/pkg-plist -u -r1.3 -r1.4
--- deskutils/linux-sunbird/pkg-plist
+++ deskutils/linux-sunbird/pkg-plist
@@ -13,6 +13,7 @@
 lib/%%APP_NAME%%/chrome/comm.manifest
 lib/%%APP_NAME%%/chrome/en-US.jar
 lib/%%APP_NAME%%/chrome/en-US.manifest
+lib/%%APP_NAME%%/chrome/icons/default/calendar-alarm-dialog.xpm
 lib/%%APP_NAME%%/chrome/icons/default/default.xpm
 lib/%%APP_NAME%%/chrome/pippki.jar
 lib/%%APP_NAME%%/chrome/pippki.manifest
@@ -27,15 +28,16 @@
 lib/%%APP_NAME%%/components/autocomplete.xpt
 lib/%%APP_NAME%%/components/bookmarks.xpt
 lib/%%APP_NAME%%/components/calCompositeCalendar.js
-lib/%%APP_NAME%%/components/calDavCalendar.js
-lib/%%APP_NAME%%/components/calICSCalendar.js
+lib/%%APP_NAME%%/components/calDavCalendarModule.js
+lib/%%APP_NAME%%/components/calICSCalendarModule.js
 lib/%%APP_NAME%%/components/calImportExportModule.js
 lib/%%APP_NAME%%/components/calItemModule.js
-lib/%%APP_NAME%%/components/calMemoryCalendar.js
-lib/%%APP_NAME%%/components/calStorageCalendar.js
+lib/%%APP_NAME%%/components/calMemoryCalendarModule.js
+lib/%%APP_NAME%%/components/calStorageCalendarModule.js
 lib/%%APP_NAME%%/components/calWcapCalendarModule.js
 lib/%%APP_NAME%%/components/calbase.xpt
 lib/%%APP_NAME%%/components/calbaseinternal.xpt
+lib/%%APP_NAME%%/components/caldav.xpt
 lib/%%APP_NAME%%/components/calendarService.js
 lib/%%APP_NAME%%/components/caps.xpt
 lib/%%APP_NAME%%/components/chardet.xpt
@@ -91,9 +93,11 @@
 lib/%%APP_NAME%%/components/layout_printing.xpt
 lib/%%APP_NAME%%/components/layout_xul.xpt
 lib/%%APP_NAME%%/components/layout_xul_tree.xpt
+lib/%%APP_NAME%%/components/libcalbasecomps.so
 lib/%%APP_NAME%%/components/libimgicon.so
 lib/%%APP_NAME%%/components/libjsd.so
 lib/%%APP_NAME%%/components/libmozgnome.so
+lib/%%APP_NAME%%/components/libwebdav.so
 lib/%%APP_NAME%%/components/libxpinstall.so
 lib/%%APP_NAME%%/components/locale.xpt
 lib/%%APP_NAME%%/components/lwbrk.xpt
@@ -192,11 +196,15 @@
 lib/%%APP_NAME%%/js/calAlarmService.js
 lib/%%APP_NAME%%/js/calAttachment.js
 lib/%%APP_NAME%%/js/calAttendee.js
+lib/%%APP_NAME%%/js/calCachedCalendar.js
 lib/%%APP_NAME%%/js/calCalendarManager.js
+lib/%%APP_NAME%%/js/calCalendarSearchService.js
 lib/%%APP_NAME%%/js/calDateTimeFormatter.js
+lib/%%APP_NAME%%/js/calDavCalendar.js
 lib/%%APP_NAME%%/js/calEvent.js
 lib/%%APP_NAME%%/js/calFreeBusyService.js
 lib/%%APP_NAME%%/js/calHtmlExport.js
+lib/%%APP_NAME%%/js/calICSCalendar.js
 lib/%%APP_NAME%%/js/calIcsImportExport.js
 lib/%%APP_NAME%%/js/calIcsParser.js
 lib/%%APP_NAME%%/js/calIcsSerializer.js
@@ -204,10 +212,13 @@
 lib/%%APP_NAME%%/js/calItipItem.js
 lib/%%APP_NAME%%/js/calItipProcessor.js
 lib/%%APP_NAME%%/js/calListFormatter.js
+lib/%%APP_NAME%%/js/calMemoryCalendar.js
 lib/%%APP_NAME%%/js/calMonthGridPrinter.js
 lib/%%APP_NAME%%/js/calOutlookCSVImportExport.js
 lib/%%APP_NAME%%/js/calProtocolHandler.js
+lib/%%APP_NAME%%/js/calProviderBase.js
 lib/%%APP_NAME%%/js/calRecurrenceInfo.js
+lib/%%APP_NAME%%/js/calStorageCalendar.js
 lib/%%APP_NAME%%/js/calTodo.js
 lib/%%APP_NAME%%/js/calTransactionManager.js
 lib/%%APP_NAME%%/js/calUtils.js
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/linux-sunbird/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L deskutils/linux-sunbird/Makefile -L deskutils/linux-sunbird/Makefile -u -r1.4 -r1.5
--- deskutils/linux-sunbird/Makefile
+++ deskutils/linux-sunbird/Makefile
@@ -7,10 +7,11 @@
 #
 
 PORTNAME=	sunbird
-PORTVERSION=	0.7
+DISTVERSION=	0.8
 DISTVERSIONSUFFIX=	.en-US.linux-i686
 CATEGORIES=	deskutils
-MASTER_SITE_SUBDIR=	calendar/sunbird/releases/${DISTVERSION}/linux-i686/en-US
+PORTEPOCH=	1
+MASTER_SITE_SUBDIR?=	calendar/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Calendaring application branched from Mozilla
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/deskutils/linux-sunbird/distinfo,v
retrieving revision 1.3
retrieving revision 1.4
diff -L deskutils/linux-sunbird/distinfo -L deskutils/linux-sunbird/distinfo -u -r1.3 -r1.4
--- deskutils/linux-sunbird/distinfo
+++ deskutils/linux-sunbird/distinfo
@@ -1,3 +1,3 @@
-MD5 (sunbird-0.7.en-US.linux-i686.tar.gz) = 0ade66a25e0d8c2f83e361861d5c7223
-SHA256 (sunbird-0.7.en-US.linux-i686.tar.gz) = 77aa8aa0a4b13172c26e4e5fa3674da0752de9f8db9adf0b5291d78a5579a40e
-SIZE (sunbird-0.7.en-US.linux-i686.tar.gz) = 8606252
+MD5 (sunbird-0.8.en-US.linux-i686.tar.gz) = b09c180b278202803afc89b7b9e41eda
+SHA256 (sunbird-0.8.en-US.linux-i686.tar.gz) = 3b47b94e15a489a065c74c6d3e2a79f90759fe8033488017927f91dbe39613f0
+SIZE (sunbird-0.8.en-US.linux-i686.tar.gz) = 8760534
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/notification-daemon/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L deskutils/notification-daemon/Makefile -L deskutils/notification-daemon/Makefile -u -r1.3 -r1.4
--- deskutils/notification-daemon/Makefile
+++ deskutils/notification-daemon/Makefile
@@ -8,18 +8,20 @@
 
 PORTNAME=	notification-daemon
 PORTVERSION=	0.3.7
-PORTREVISION=	1
+PORTREVISION=	2
 MASTER_SITES=	http://www.galago-project.org/files/releases/source/notification-daemon/
 CATEGORIES=	deskutils gnome
+
 MAINTAINER=	ports at MindightBSD.org
 COMMENT=	Send small notifications to your desktop
+LICENSE=	gpl2
 
 LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
 		sexy:${PORTSDIR}/x11-toolkits/libsexy
 
 USE_GNOME=	gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck
 USE_GMAKE=	yes
-USE_XLIB=	yes
+USE_XORG=	x11 xt sm ice xext
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-dbus-services=${PREFIX}/share/dbus-1/services
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/preferencepanes/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L deskutils/preferencepanes/Makefile -L deskutils/preferencepanes/Makefile -u -r1.3 -r1.4
--- deskutils/preferencepanes/Makefile
+++ deskutils/preferencepanes/Makefile
@@ -9,7 +9,7 @@
 PORTNAME=	preferencepanes
 PORTVERSION=	1.0.1
 PORTREVISION=	1
-CATEGORIES=	deskutils
+CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://www.gnustep.it/enrico/system-preferences/
 DISTNAME=	systempreferences-${PORTVERSION}
 
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/preferences.app/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L deskutils/preferences.app/Makefile -L deskutils/preferences.app/Makefile -u -r1.4 -r1.5
--- deskutils/preferences.app/Makefile
+++ deskutils/preferences.app/Makefile
@@ -8,8 +8,8 @@
 
 PORTNAME=	preferences.app
 PORTVERSION=	1.2.0
-PORTREVISION=	4
-CATEGORIES=	deskutils
+PORTREVISION=	5
+CATEGORIES=	deskutils gnustep
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	prefsapp
 DISTNAME=	Preferences-${PORTVERSION}
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/appwrapper/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L deskutils/appwrapper/Makefile -L deskutils/appwrapper/Makefile -u -r1.1 -r1.2
--- deskutils/appwrapper/Makefile
+++ deskutils/appwrapper/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	appwrapper
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,6 +16,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNUstep application wrapper
+LICENSE=	unknown
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_PREFIX=	yes
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/deskutils/xpad/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L deskutils/xpad/pkg-plist -L deskutils/xpad/pkg-plist -u -r1.1 -r1.2
--- deskutils/xpad/pkg-plist
+++ deskutils/xpad/pkg-plist
@@ -5,18 +5,18 @@
 share/locale/af/LC_MESSAGES/xpad.mo
 share/locale/bg/LC_MESSAGES/xpad.mo
 share/locale/da/LC_MESSAGES/xpad.mo
+share/locale/en_GB/LC_MESSAGES/xpad.mo
 share/locale/es/LC_MESSAGES/xpad.mo
+share/locale/fi/LC_MESSAGES/xpad.mo
 share/locale/fr/LC_MESSAGES/xpad.mo
 share/locale/ga/LC_MESSAGES/xpad.mo
 share/locale/hu/LC_MESSAGES/xpad.mo
 share/locale/it/LC_MESSAGES/xpad.mo
-share/locale/ms/LC_MESSAGES/xpad.mo
+share/locale/ko/LC_MESSAGES/xpad.mo
 share/locale/nl/LC_MESSAGES/xpad.mo
 share/locale/ro/LC_MESSAGES/xpad.mo
 share/locale/ru/LC_MESSAGES/xpad.mo
 share/locale/rw/LC_MESSAGES/xpad.mo
-share/locale/sk/LC_MESSAGES/xpad.mo
-share/locale/sl/LC_MESSAGES/xpad.mo
 share/locale/sv/LC_MESSAGES/xpad.mo
 share/locale/vi/LC_MESSAGES/xpad.mo
 share/locale/zh_CN/LC_MESSAGES/xpad.mo
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/xpad/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L deskutils/xpad/Makefile -L deskutils/xpad/Makefile -u -r1.1 -r1.2
--- deskutils/xpad/Makefile
+++ deskutils/xpad/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	xpad
-PORTVERSION=	2.11
+PORTVERSION=	2.14
 CATEGORIES=	deskutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,7 +17,8 @@
 
 USE_BZIP2=	yes
 USE_GNOME=	pkgconfig gtk20 gnomehier intltool
-USE_XLIB=	yes
+USE_GMAKE=	yes
+USE_XORG=	x11 sm
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/deskutils/xpad/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L deskutils/xpad/distinfo -L deskutils/xpad/distinfo -u -r1.1 -r1.2
--- deskutils/xpad/distinfo
+++ deskutils/xpad/distinfo
@@ -1,3 +1,3 @@
-MD5 (xpad-2.11.tar.bz2) = f06f6f2017d2dc944eb187e5232c64c6
-SHA256 (xpad-2.11.tar.bz2) = c20838ca68d94791f59940cab454d0592695d05bb202b56c00bbeb3df8c60c0a
-SIZE (xpad-2.11.tar.bz2) = 231808
+MD5 (xpad-2.14.tar.bz2) = 1e12e6aec8f03a656eb6427ba22c38d3
+SHA256 (xpad-2.14.tar.bz2) = 20534234aa4eb448d6b8ae8c296463b259a56c8df2a069e82653fc3b1b8ae89a
+SIZE (xpad-2.14.tar.bz2) = 221859


More information about the Midnightbsd-cvs mailing list