Christopher Chavez
a158fe8fe6
multiple ports: use HTTPS for Apache sites
...
commons-httpclient, commons-modeler: fix homepage
2019-07-02 10:08:19 -06:00
Lawrence Velázquez
34b3070336
Remove all $Id$ lines
...
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
2016-12-28 18:14:04 +01:00
Joshua Root
686752dacb
xalanj: fix build on 10.5 ( https://trac.macports.org/ticket/28120 )
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@87703 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-12-01 22:03:31 +00:00
Joshua Root
49ef0813b9
xalanj: license
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@86497 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-10-26 21:40:18 +00:00
James D. Berry
642169f6c6
Drop maintainership of my recently ill-maintained java ports. I may still look in on them from time to time, but this feels better than to just ignore thme. Free to a good home.
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@72252 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-10-08 23:20:28 +00:00
Anthony Ramine
2cbd91310a
Update xalanj to 2.7.1
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62302 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-01-03 14:40:45 +00:00
Anthony Ramine
3e4024195b
Fix xalanj livecheck
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62248 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-01-01 20:41:14 +00:00
James D. Berry
cd367ef034
obfuscate my maintainer email addresses
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@35275 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-03-23 15:54:42 +00:00
Juan Manuel Palacios
30f26913c5
Openmaintainer address abstraction in java category.
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@30199 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-10-22 21:00:27 +00:00
James D. Berry
a5bf406478
Add openmaintainer to my ports
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@24558 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-04-28 04:00:37 +00:00
Blair Zajac
0d733e34b9
Set the svn:keywords property to 'Id' for all Portfile's. This
...
re-enables the Id keyword substitution that was present in the CVS
repository.
See this thread for more information:
http://lists.macosforge.org/pipermail/macports-dev/2006-October/000180.html
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@20318 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-11-01 22:35:15 +00:00
James D. Berry
6d941e467b
Update to my @macports email address in all my ports
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@19406 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-09-03 16:12:08 +00:00
James D. Berry
58c54c9651
remove meaningless redundancy
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15257 d073be05-634f-4543-b044-5fe20cf6d1d6
2005-12-01 15:06:40 +00:00
James D. Berry
3e2e4a171c
Revise XalanJ to build and install serializer.jar in addition to xalan.jar.
...
Submitted by: Greg Kick
Reviewed by: jberry@
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15256 d073be05-634f-4543-b044-5fe20cf6d1d6
2005-12-01 14:58:33 +00:00
James D. Berry
77d053ddef
Update xalanj --> 2.7.0
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15064 d073be05-634f-4543-b044-5fe20cf6d1d6
2005-11-18 15:46:41 +00:00
James D. Berry
f31af6bca2
Alter port::portname syntax to port:portname wherever used.
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@11905 d073be05-634f-4543-b044-5fe20cf6d1d6
2005-04-19 18:15:10 +00:00
James D. Berry
45d46a81ee
Limited migration of ports from lib:XXX:portname to port::portname syntax.
...
I've modified all of the java ports to use the port::portname syntax by using the
following script. If this is successfull we'll migrate the rest of the ports over before
too long.
for f in `find . -name "Portfile" | xargs grep -l lib:XXX:`; do
sed -e s/lib:XXX:/port::/g $f > $f.tmp
mv $f.tmp $f
done
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@11852 d073be05-634f-4543-b044-5fe20cf6d1d6
2005-04-18 14:18:31 +00:00
James D. Berry
7dbf2bd136
Update to email address in Portfile
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@9029 d073be05-634f-4543-b044-5fe20cf6d1d6
2004-10-29 14:21:27 +00:00
Markus W. Weißmann
08e989e560
new port java/xalanj
...
from: james@jberry.us
reviewed: mww@
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@8579 d073be05-634f-4543-b044-5fe20cf6d1d6
2004-10-05 10:15:50 +00:00