Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
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.
2012-01-14 08:57:23 +00:00
Thomas Abthorpe
e0ac1afbf4
- The proper acronym for Apache Software License 2 is really AL2
...
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
2012-01-09 15:41:08 +00:00
Doug Barton
989772c9ac
The vast majority of pkg-descr files had the following format when they
...
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
2011-10-24 09:11:38 +00:00
Mario Sergio Fujikawa Ferreira
3a9e7cbe91
Add BUILD_DEPENDS on devel/gettext
...
Submitted by: pav from pointyhat
2011-07-26 22:05:27 +00:00
Mario Sergio Fujikawa Ferreira
ed390cc37b
o Update to 0.8.7
...
o Pet portlint
2011-07-24 19:58:47 +00:00
Doug Barton
29813d5397
Remove painful examples of foo="", with particular prejudice against
...
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Mario Sergio Fujikawa Ferreira
f383ab087d
Update to 0.8.1
2010-12-05 10:17:02 +00:00
Philip M. Gollucci
9d4b743600
- use SUB_FILES instead of SED directly
...
PR: ports/143194
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (lioux ; 221 days)
2010-09-08 22:16:54 +00:00
Mario Sergio Fujikawa Ferreira
60867a783f
o Update to 0.8
...
o Remove JAVA_OS since it works with either version
2010-07-13 10:17:40 +00:00
Mario Sergio Fujikawa Ferreira
2aea620cc1
- Update i2p to 0.7.14
...
- Update jetty to 5.1.15 due to security issues
- Add LICENSE* information
2010-06-13 11:50:43 +00:00
Alex Dupre
bf330a57d4
Switch to use newer GMP version.
...
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Mario Sergio Fujikawa Ferreira
8c71c303e1
Update to 0.7.10
2010-02-12 02:55:06 +00:00
Mario Sergio Fujikawa Ferreira
f97a65984e
Update to 0.7.9
2010-01-18 09:08:54 +00:00
Mario Sergio Fujikawa Ferreira
1534deb135
Fix port installation
2010-01-11 01:45:54 +00:00
Mario Sergio Fujikawa Ferreira
65b851ab45
Update to 0.7.8
2010-01-02 08:40:38 +00:00
Mario Sergio Fujikawa Ferreira
f2ed1c2dd1
Update to 0.7.7
...
PR: ports/140367
Submitted by: soulcatcher <soulcatcher13@gmail.com>
2009-11-22 08:29:50 +00:00
Dmitry Marakasov
a2472d09d8
- Fix broken makefiles introduced with translation to new SF File Release System
...
Reported by: dan
Pointyhat to: myself
2009-08-22 02:23:49 +00:00
Dmitry Marakasov
7914161a41
- Switch SourceForge ports to the new File Release System: categories starting with N
2009-08-22 00:32:25 +00:00
Mario Sergio Fujikawa Ferreira
88b7c6dd7f
Update to 0.7.4
2009-06-24 11:44:15 +00:00
Mario Sergio Fujikawa Ferreira
4d6af47faf
Update to 0.7.3
2009-06-01 00:42:56 +00:00
Alex Dupre
523a16e2bd
Chase libgmp and bump PORTREVISION.
2009-05-13 09:46:02 +00:00
Mario Sergio Fujikawa Ferreira
5f93c479a1
Update to 0.7.2
2009-04-22 01:14:58 +00:00
Mario Sergio Fujikawa Ferreira
e841131073
Update to 0.6.1.30
2007-10-25 10:28:00 +00:00
Mario Sergio Fujikawa Ferreira
11ed8053fd
Update to 0.6.1.29
2007-09-15 10:57:54 +00:00
Mario Sergio Fujikawa Ferreira
8f8bcdaf81
o EXTRACT_DEPENDS on devel/apache-ant to fix post-extract target
...
o Bump PORTREVISION
2007-06-29 19:37:37 +00:00
Mario Sergio Fujikawa Ferreira
12cb63bb4c
Fix fetch target: port can now be fetched again
2007-06-20 11:29:01 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Mario Sergio Fujikawa Ferreira
06e0fcfad4
Update to 0.6.1.28
2007-04-18 11:23:26 +00:00
Kris Kennaway
34dfeec6ac
BROKEN: Does not build
2007-04-01 19:07:16 +00:00
Pav Lucistnik
bc5a67c123
- Fix depobj on www/jetty dependency after jetty update to 6
...
Reported by: pointyhat
2007-03-20 10:46:05 +00:00
Mario Sergio Fujikawa Ferreira
9d0d04fc8f
Update to 0.6.1.27
2007-02-26 11:12:55 +00:00
Mario Sergio Fujikawa Ferreira
cee1060579
Update to 0.6.1.26
2006-10-09 03:05:22 +00:00
Mario Sergio Fujikawa Ferreira
570f7b8c20
Update to 0.6.1.25
2006-09-25 01:11:13 +00:00
Mario Sergio Fujikawa Ferreira
e2eaafed95
Update to 0.6.1.24
2006-07-29 19:43:47 +00:00
Mario Sergio Fujikawa Ferreira
6caff6fee3
Update to 0.6.1.22
2006-07-22 11:14:31 +00:00
Mario Sergio Fujikawa Ferreira
f4719ea4e3
Update to 0.6.1.19
2006-05-19 02:03:15 +00:00
Mario Sergio Fujikawa Ferreira
3eb809dfe3
Update to 0.6.1.18
2006-05-09 23:06:17 +00:00
Mario Sergio Fujikawa Ferreira
f0bda73f7d
Update to 0.6.1.17
2006-04-24 22:04:25 +00:00
Mario Sergio Fujikawa Ferreira
db71196212
o BUILD_DEPENDS on www/jetty instead of fetching/building it on its
...
own for every build. Incidently, it gives i2p an updated jetty
release.
o Bump PORTREVISION since it now uses an updated jetty release
2006-04-21 20:09:35 +00:00
Mario Sergio Fujikawa Ferreira
d11c8a380f
Update to 0.6.1.16
2006-04-17 21:35:21 +00:00
Mario Sergio Fujikawa Ferreira
4bdc746302
Update to 0.6.1.15
2006-04-14 04:39:40 +00:00
Mario Sergio Fujikawa Ferreira
38104388f1
Update to 0.6.1.14
2006-04-06 03:33:42 +00:00
Mario Sergio Fujikawa Ferreira
86e32ac0fd
Update to 0.6.1.13
2006-03-27 20:44:47 +00:00
Mario Sergio Fujikawa Ferreira
b7b41eda73
Do not hardcode rc.subr(8) location
2006-03-27 20:44:32 +00:00
Mario Sergio Fujikawa Ferreira
049b670d00
Update distinfo from distfile version 0.6.1.11 to 0.6.1.12 on par
...
with port's Makefile
Pointy hat: lioux
Submitted by: Portsnap buildbox (cperciva)
Approved by: portmgr (implicit)
2006-03-03 11:37:26 +00:00
Mario Sergio Fujikawa Ferreira
8bd61b42b0
o Fix PLIST mistakes overlooked in previous commit; tinderbuild
...
checked
o Bump PORTREVISION
Submitted by: kris
Approved by: portmgr (implicit)
2006-03-03 11:33:55 +00:00
Mario Sergio Fujikawa Ferreira
4fdf2c1e25
Update to 0.6.1.12
...
Approved by: portmgr (marcus)
2006-03-02 19:20:49 +00:00
Mario Sergio Fujikawa Ferreira
1356eb4c4b
Update to 0.6.1.11
2006-02-21 23:35:42 +00:00
Doug Barton
c49d1a3273
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
...
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.
2006-02-20 20:47:50 +00:00