aboutsummaryrefslogtreecommitdiff
path: root/misc/upclient
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
| | | | Notes: svn path=/head/; revision=374378
* Allow staging as a regular userAntoine Brodin2014-09-102-9/+3
| | | | Notes: svn path=/head/; revision=367831
* Rename misc/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-293-1/+1
| | | | Notes: svn path=/head/; revision=363282
* SimplifyBaptiste Daroussin2014-04-042-50/+23
| | | | | | | | Support stage Support packaging as a user Notes: svn path=/head/; revision=350128
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Cleanup unmaintained ports in the misc category:Eitan Adler2013-03-251-6/+2
| | | | | | | | | | | | | | | | | | | | | - Trim Header - Convert to OptionsNG - Prefer DISTNAME to DISTFILES - Reorder variables - Fix comments (don't include leading article) - @unexec rm must not cause failure - Tabs, not spaces - Single space for WWW - Pet portlint - etc. In a few cases the option DOCS was used to control installation into EXAMPLEDIR. I opted to keep the existing logic of the port in these cases. Reviewed by: koobs, ashish Notes: svn path=/head/; revision=315192
* Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILESDoug Barton2012-08-232-43/+22
| | | | | | | | While I'm here, reformat the rc.d script to match conventions, and remove some cruft from the Makefile. Notes: svn path=/head/; revision=303035
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Fix build with clangChris Rees2011-07-101-2/+2
| | | | | | | | | | | - Remove extraneous newlines PR: ports/158538 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Approved by: rene (mentor, implicit) Notes: svn path=/head/; revision=277479
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Unbreak installationPav Lucistnik2010-04-051-1/+1
| | | | | | | | Pointy hat to: dougb for committing untested changes Reported by: pointyhat Notes: svn path=/head/; revision=252261
* The rc.d script is already set up for USE_RC_SUBR, so do it.Doug Barton2010-03-282-6/+1
| | | | Notes: svn path=/head/; revision=251604
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Fix missing upclient.sh from SUB_FILESEdwin Groothuis2006-04-161-2/+2
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=159752
* Use SUB_FILES for pkg-messageEdwin Groothuis2006-04-013-15/+3
| | | | Notes: svn path=/head/; revision=158554
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104361
* - Use RC_SUBRKirill Ponomarev2004-03-041-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=102895
* - Fix MASTER_SITESKirill Ponomarev2004-03-038-106/+114
| | | | | | | | | | | | - Add USE_RC_SUBR - Update pkg-descr - Use DOCSDIR PR: ports/63668 Submitted by: maintainer Notes: svn path=/head/; revision=102811
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Fix installMario Sergio Fujikawa Ferreira2003-06-151-0/+8
| | | | | | | | | Submitted by: maintainer Prompteb by: bento, kris Notes: svn path=/head/; revision=83026
* Update to 5.0.b8Mario Sergio Fujikawa Ferreira2003-06-126-72/+20
| | | | | | | | PR: 53230 Submitted by: maintainer Notes: svn path=/head/; revision=82826
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Don't refer to ${GMAKE} after USE_GMAKE has been removed.Christian Weisgerber2003-02-181-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=75802
* Update to 5.0.b7 and various small changes.Christian Weisgerber2003-02-147-37/+32
| | | | | | | | PR: 47869 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=75484
* Update to 5.0.b6.Pete Fritchman2003-01-0312-321/+252
| | | | | | | | PR: 46339 Submitted by: maintainer Notes: svn path=/head/; revision=72346
* Rename patch-message target to patch-pkgmessage since patch-messageChristian Weisgerber2002-11-061-2/+2
| | | | | | | | | is already used by bsd.port.mk. Approved by: maintainer Notes: svn path=/head/; revision=69556
* * Upgrade to 5.0.b5.Oliver Braun2002-10-199-119/+311
| | | | | | | | | | | * Changed MASTER_SITES. * Respect PREFIX correctly. PR: 44283 Submitted by: maintainer Notes: svn path=/head/; revision=68386
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-241-1/+2
| | | | | | | | PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=61855
* Update maintainer's email addressDavid W. Chapman Jr.2002-01-171-1/+1
| | | | | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer Notes: svn path=/head/; revision=53284
* Update to 4.2.1.23 The Uptimes Project is back!Patrick Li2001-11-1912-270/+248
| | | | | | | | | PR: 32080 Submitted by: maintainer Approved by: lioux Notes: svn path=/head/; revision=50208
* Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netMario Sergio Fujikawa Ferreira2001-08-301-1/+1
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=47131
* Mark Broken due to "extended vacation" of projectDavid W. Chapman Jr.2001-08-231-0/+6
| | | | | | | | PR: 29945 Submitted by: maintainer Notes: svn path=/head/; revision=46747
* Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.toPeter Pentchev2001-06-091-1/+1
| | | | | | | | PR: 27867 Submitted by: maintainer Notes: svn path=/head/; revision=43703
* change maintainer's e-mail address.FUJISHIMA Satsuki2001-02-151-1/+1
| | | | Notes: svn path=/head/; revision=38379
* Update to 4.2.1.21Kevin Lo2001-01-065-16/+22
| | | | | | | | PR: 24108 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36864