Add STAGE and LICENSE support Port maintainer (samm@os2.kiev.ua) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of palm/pilot-link, Please note that PR ports/184780 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184780 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!