Lines 10-19
Link Here
|
10 |
PORTREVISION= 0 |
10 |
PORTREVISION= 0 |
11 |
PORTEPOCH= 2 |
11 |
PORTEPOCH= 2 |
12 |
CATEGORIES= ports-mgmt |
12 |
CATEGORIES= ports-mgmt |
13 |
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ |
13 |
MASTER_SITES= http://github.com/pkgtools/pkgtools/tarball/${GITVERSION}/ |
14 |
DISTNAME= pkgtools-${DISTVERSION} |
14 |
DISTNAME= pkgtools-pkgtools-${GITVERSION} |
15 |
|
15 |
|
16 |
MAINTAINER= ports@FreeBSD.org |
16 |
MAINTAINER= bryan@shatow.net |
17 |
COMMENT= FreeBSD ports/packages administration and management tool suite |
17 |
COMMENT= FreeBSD ports/packages administration and management tool suite |
18 |
|
18 |
|
19 |
OPTIONS= BDB4 "Use Berkeley DB >=2 as backend" on \ |
19 |
OPTIONS= BDB4 "Use Berkeley DB >=2 as backend" on \ |
Lines 21-27
Link Here
|
21 |
|
21 |
|
22 |
CONFLICTS_INSTALL= portupgrade-devel-* |
22 |
CONFLICTS_INSTALL= portupgrade-devel-* |
23 |
|
23 |
|
24 |
USE_BZIP2= yes |
24 |
FETCH_ARGS= -Fpr |
|
|
25 |
GITVERSION= b99f3ce |
26 |
|
25 |
USE_RUBY= yes |
27 |
USE_RUBY= yes |
26 |
|
28 |
|
27 |
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg |
29 |
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg |
Lines 64-69
Link Here
|
64 |
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1 |
66 |
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1 |
65 |
.endif |
67 |
.endif |
66 |
|
68 |
|
|
|
69 |
# parsedate is needed for date globbing |
70 |
.if ${RUBY_DEFAULT_VER} == "1.9" |
71 |
RUN_DEPENDS+= ${RUBY_SITELIBDIR}/parsedate.rb:${PORTSDIR}/devel/ruby-date2 |
72 |
.endif |
73 |
|
67 |
pre-extract: |
74 |
pre-extract: |
68 |
.if !defined(WITH_BDB4) && !defined(WITH_BDB1) |
75 |
.if !defined(WITH_BDB4) && !defined(WITH_BDB1) |
69 |
@${ECHO_MSG} "=================================================================" |
76 |
@${ECHO_MSG} "=================================================================" |