svn commit: r375296 - in head/deskutils/xpad-current: . files
Jason Helfman
jgh at FreeBSD.org
Tue Dec 23 00:15:32 UTC 2014
Author: jgh
Date: Tue Dec 23 00:15:30 2014
New Revision: 375296
URL: https://svnweb.freebsd.org/changeset/ports/375296
QAT: https://qat.redports.org/buildarchive/r375296/
Log:
- patch the correct file and renamed file to be more explicit (Makefile.am)
- bring in autotools dependency for new patch file
- fix packaging list
- pet portlint
Added:
head/deskutils/xpad-current/files/patch-doc_Makefile.am
- copied, changed from r375292, head/deskutils/xpad-current/files/patch-doc_Makefile
Deleted:
head/deskutils/xpad-current/files/patch-doc_Makefile
Modified:
head/deskutils/xpad-current/Makefile
head/deskutils/xpad-current/pkg-plist
Modified: head/deskutils/xpad-current/Makefile
==============================================================================
--- head/deskutils/xpad-current/Makefile Tue Dec 23 00:12:22 2014 (r375295)
+++ head/deskutils/xpad-current/Makefile Tue Dec 23 00:15:30 2014 (r375296)
@@ -3,6 +3,7 @@
PORTNAME= xpad
PORTVERSION= 4.4.0
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/4.4/+download/
PKGNAMESUFFIX= -current
@@ -12,13 +13,15 @@ COMMENT= Virtual note-pad system for you
LICENSE= GPLv3
+RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
+
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
CONFLICTS_INSTALL= xpad-[0-9]*
USE_XORG= x11 sm
USE_GNOME= gtk30 intltool gtksourceview3
-USES= pkgconfig gmake tar:bzip2
+USES= pkgconfig gmake tar:bzip2 autoreconf
INSTALLS_ICONS= yes
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -27,8 +30,6 @@ GNU_CONFIGURE= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
-
.include <bsd.port.options.mk>
post-patch:
Copied and modified: head/deskutils/xpad-current/files/patch-doc_Makefile.am (from r375292, head/deskutils/xpad-current/files/patch-doc_Makefile)
==============================================================================
--- head/deskutils/xpad-current/files/patch-doc_Makefile Mon Dec 22 23:22:16 2014 (r375292, copy source)
+++ head/deskutils/xpad-current/files/patch-doc_Makefile.am Tue Dec 23 00:15:30 2014 (r375296)
@@ -1,6 +1,6 @@
---- doc/Makefile.in.orig 2014-12-17 16:24:43 UTC
-+++ doc/Makefile.in
-@@ -516,9 +516,9 @@ uninstall-man: uninstall-man1
+--- doc/Makefile.am.orig 2014-12-17 16:24:43 UTC
++++ doc/Makefile.am
+@@ -5,9 +5,9 @@ uninstall-man: uninstall-man1
install-data-local:
@echo "Create help directory"
Modified: head/deskutils/xpad-current/pkg-plist
==============================================================================
--- head/deskutils/xpad-current/pkg-plist Tue Dec 23 00:12:22 2014 (r375295)
+++ head/deskutils/xpad-current/pkg-plist Tue Dec 23 00:15:30 2014 (r375296)
@@ -1,8 +1,9 @@
bin/xpad
+lib/xpad/help/xpad-user-help.txt
man/man1/xpad.1.gz
share/applications/xpad.desktop
share/icons/hicolor/scalable/apps/xpad.svg
-%%NLS%%%%NLS%%share/locale/af/LC_MESSAGES/xpad.mo
+%%NLS%%share/locale/af/LC_MESSAGES/xpad.mo
%%NLS%%share/locale/bg/LC_MESSAGES/xpad.mo
%%NLS%%share/locale/cs/LC_MESSAGES/xpad.mo
%%NLS%%share/locale/da/LC_MESSAGES/xpad.mo
More information about the svn-ports-all
mailing list