Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 23:28:52 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337929 - head/palm/pilot-link
Message-ID:  <201312282328.rBSNSqML011043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Dec 28 23:28:52 2013
New Revision: 337929
URL: http://svnweb.freebsd.org/changeset/ports/337929

Log:
  - Set LICENSE
  - Support staging
  
  PR:		ports/184780
  Submitted by:	skreuzer@
  Approved by:	maintainer timeout (14 days)

Deleted:
  head/palm/pilot-link/manpages.mk
Modified:
  head/palm/pilot-link/Makefile
  head/palm/pilot-link/pkg-plist

Modified: head/palm/pilot-link/Makefile
==============================================================================
--- head/palm/pilot-link/Makefile	Sat Dec 28 23:24:36 2013	(r337928)
+++ head/palm/pilot-link/Makefile	Sat Dec 28 23:28:52 2013	(r337929)
@@ -11,6 +11,8 @@ MASTER_SITES=	http://downloads.pilot-lin
 MAINTAINER=	samm@os2.kiev.ua
 COMMENT=	Suite of tools used to connect and sync your Palm handled
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt
 
 USES=		pathfix pkgconfig iconv
@@ -23,7 +25,6 @@ USE_LDCONFIG=	yes
 OPTIONS_DEFINE=	PNG THREADS USB
 USB_DESC=	Compile with USB via libusb support (READ MANUAL!)
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTHREADS}
@@ -50,8 +51,6 @@ CONFIGURE_ARGS+=	--with-libpng=${PREFIX}
 CONFIGURE_ARGS+=	--disable-png
 .endif
 
-.include "${.CURDIR}/manpages.mk"
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|png_voidp_NULL|NULL|g' \
 		-e 's|png_error_ptr_NULL|NULL|g' \

Modified: head/palm/pilot-link/pkg-plist
==============================================================================
--- head/palm/pilot-link/pkg-plist	Sat Dec 28 23:24:36 2013	(r337928)
+++ head/palm/pilot-link/pkg-plist	Sat Dec 28 23:28:52 2013	(r337929)
@@ -98,6 +98,43 @@ share/aclocal/pilot-link.m4
 %%DATADIR%%/prc/getrom.prc
 %%DATADIR%%/prc/getrom2.prc
 %%DATADIR%%/udev/60-libpisock.rules
+man/man1/ietf2datebook.1.gz
+man/man1/pilot-install-datebook.1.gz
+man/man1/pilot-install-expenses.1.gz
+man/man1/pilot-install-hinote.1.gz
+man/man1/pilot-install-memo.1.gz
+man/man1/pilot-install-netsync.1.gz
+man/man1/pilot-install-todo.1.gz
+man/man1/pilot-install-todos.1.gz
+man/man1/pilot-install-user.1.gz
+man/man1/pilot-addresses.1.gz
+man/man1/pilot-clip.1.gz
+man/man1/pilot-csd.1.gz
+man/man1/pilot-debugsh.1.gz
+man/man1/pilot-dedupe.1.gz
+man/man1/pilot-dlpsh.1.gz
+man/man1/pilot-file.1.gz
+man/man1/pilot-foto.1.gz
+man/man1/pilot-foto-treo600.1.gz
+man/man1/pilot-foto-treo650.1.gz
+man/man1/pilot-getram.1.gz
+man/man1/pilot-getrom.1.gz
+man/man1/pilot-getromtoken.1.gz
+man/man1/pilot-hinotes.1.gz
+man/man1/pilot-memos.1.gz
+man/man1/pilot-nredir.1.gz
+man/man1/pilot-reminders.1.gz
+man/man1/pilot-schlep.1.gz
+man/man1/pilot-wav.1.gz
+man/man1/pilot-xfer.1.gz
+man/man1/pilot-read-expenses.1.gz
+man/man1/pilot-read-ical.1.gz
+man/man1/pilot-read-notepad.1.gz
+man/man1/pilot-read-palmpix.1.gz
+man/man1/pilot-read-screenshot.1.gz
+man/man1/pilot-read-todos.1.gz
+man/man1/pilot-read-veo.1.gz
+man/man7/pilot-link.7.gz
 @dirrm %%DATADIR%%/udev
 @dirrm %%DATADIR%%/prc
 @dirrm %%DATADIR%%/pix



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