1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Update to 1.0.2;

- While here fix a malformed RUN_DEPENDS.
This commit is contained in:
Romain Tartière 2011-07-14 10:52:15 +00:00
parent 75880a69c9
commit f6601d3353
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277680
4 changed files with 9 additions and 4 deletions

View File

@ -12,7 +12,7 @@ MAINTAINER= romain@FreeBSD.org
COMMENT= Simple configuration manager for portshaker
BUILD_DEPENDS= portshaker:${PORTSDIR}/ports-mgmt/portshaker
RUN_DEPENDS= ${BUILD_DEPENDS}
RUN_DEPENDS:= ${BUILD_DEPENDS}
MASTERDIR= ${.CURDIR}/../portshaker
BUILD_WRKSRC= ${WRKSRC}/examples

View File

@ -9,6 +9,7 @@ etc/portshaker.d/freebsd_texlive
etc/portshaker.d/freebsd_texlive_ports
etc/portshaker.d/freebsd_texlive_ports_marcuscom
etc/portshaker.d/freebsd_texlive_releng
etc/portshaker.d/haskell
etc/portshaker.d/marcuscom_ports
etc/portshaker.d/marcuscom_ports_stable
etc/portshaker.d/ports

View File

@ -6,7 +6,7 @@
#
PORTNAME?= portshaker
PORTVERSION= 1.0.1
PORTVERSION= 1.0.2
PORTREVISION?= 0
CATEGORIES?= ports-mgmt
MASTER_SITES= http://bsd-sharp.googlecode.com/files/ \
@ -28,6 +28,7 @@ MAN8= portshaker.8
.else
OPTIONS= BSDSHARP "Enable BSD-sharp ports" on \
ENLIGHTENMENT "Enable Enlightnement ports" off \
HASKELL "Enable Haskell ports" off \
MARCUSCOM "Enable GNOME development ports" off \
TEXLIVE "Enable TeXLive ports (Experimental)" off
.endif
@ -57,6 +58,9 @@ MAKE_ENV+= WITH_BSDSHARP=1
. if defined (WITH_ENLIGHTENMENT)
MAKE_ENV+= WITH_ENLIGHTENMENT=1
. endif
. if defined (WITH_HASKELL)
MAKE_ENV+= WITH_HASKELL=1
. endif
. if defined (WITH_MARCUSCOM)
MAKE_ENV+= WITH_MARCUSCOM=1
. endif

View File

@ -1,2 +1,2 @@
SHA256 (portshaker-1.0.1.tar.gz) = d404caf18677903134c9e848f6b05c5e98547dea881523ed93791dd5f0bbee80
SIZE (portshaker-1.0.1.tar.gz) = 24557
SHA256 (portshaker-1.0.2.tar.gz) = 4237bfcb57651446fa4464af75ceda1da32ae0b66339ca0ce547989d0218f096
SIZE (portshaker-1.0.2.tar.gz) = 25093