aboutsummaryrefslogtreecommitdiffstats
path: root/devel/apr/pkg-install
blob: 6ef9e11b1c759e2cf266083bb2f8bbd01f98f7f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# $FreeBSD$

if [ "$2" != "PRE-INSTALL" ]; then
  exit 0
fi

pkg_info 'apache-2*' > /dev/null 2<&1

if [ $? = 0 ]; then
  echo "apr cannot currently be installed alongside apache2.  sorry."
  exit 1
fi

exit 0
path: root/security/py-openssl
Commit message (Expand)AuthorAgeFilesLines
* Add SIZE data.perky2004-03-181-0/+1
* De-pkg-comment for my ports.perky2003-02-252-1/+1
* Update to 0.5.1 and take maintainershipperky2002-09-183-13/+14
* Update to 0.5.perky2002-08-233-2/+4
* use USE_PYDISTUTILSijliao2002-04-301-8/+1
* add py-openssl 0.4.1ijliao2002-02-11