mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Update to 3.2.11.
This commit is contained in:
parent
6c1c7cc686
commit
f96b1ea880
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283101
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= objc
|
||||
PORTVERSION= 3.2.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.2.11
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://users.telenet.be/stes/
|
||||
DISTFILES= objc-bootstrap-${BOOTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz
|
||||
@ -15,22 +15,15 @@ DISTFILES= objc-bootstrap-${BOOTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Portable Object Compiler
|
||||
|
||||
BOOTVERSION= 3.2.8
|
||||
BOOTVERSION= 3.2.11
|
||||
|
||||
ALL_TARGET= default
|
||||
MAKE_ENV= PATH=${WRKDIR}/bin:${PATH}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PATH=${WRKDIR}/bin:${PATH}
|
||||
USE_GCC= 3.4
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
#
|
||||
# We need the compiler in run-time
|
||||
#
|
||||
.if ${OSVERSION} >= 700042
|
||||
RUN_DEPENDS+= ${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_BUILD_DEPENDS}
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKDIR}/${PORTNAME}-bootstrap-${BOOTVERSION};\
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (objc-bootstrap-3.2.8.tar.gz) = 8b555babf9ad6552b079c8abac34dd0f325aca50032f1af1071e048b43326aa4
|
||||
SIZE (objc-bootstrap-3.2.8.tar.gz) = 354774
|
||||
SHA256 (objc-3.2.8.tar.gz) = ae2e7f2aa529bfcbdf9e18660442bea1c20327f5793bbdef16ece89932f72d58
|
||||
SIZE (objc-3.2.8.tar.gz) = 886209
|
||||
SHA256 (objc-bootstrap-3.2.11.tar.gz) = d8d86635e2ae0bcd132d8d72da648dc2f523a9806a74bece2b2393253a9e7068
|
||||
SIZE (objc-bootstrap-3.2.11.tar.gz) = 369623
|
||||
SHA256 (objc-3.2.11.tar.gz) = 9b68e74a19f1e6fc3907d793ff6b48bdb1cc8f24fa375f03bab39efdd876f40f
|
||||
SIZE (objc-3.2.11.tar.gz) = 918400
|
||||
|
@ -227,14 +227,14 @@ lib/objpakr.a
|
||||
%%DOCSDIR%%/html/objpak/TextStyle.html
|
||||
%%DOCSDIR%%/html/objpak/TypeInconsistency.html
|
||||
%%DOCSDIR%%/html/objpak/UnknownType.html
|
||||
@dirrmtry %%DOCSDIR%%/html/objpak
|
||||
@dirrmtry %%DOCSDIR%%/html/objcrt
|
||||
@dirrmtry %%DOCSDIR%%/html/cakit
|
||||
@dirrmtry %%DOCSDIR%%/html
|
||||
@dirrmtry %%DOCSDIR%%/examples
|
||||
@dirrmtry %%DOCSDIR%%
|
||||
@dirrmtry include/ppi
|
||||
@dirrmtry include/oclib
|
||||
@dirrmtry include/objpak
|
||||
@dirrmtry include/objcrt
|
||||
@dirrmtry include/cakit
|
||||
@dirrm %%DOCSDIR%%/html/objpak
|
||||
@dirrm %%DOCSDIR%%/html/objcrt
|
||||
@dirrm %%DOCSDIR%%/html/cakit
|
||||
@dirrm %%DOCSDIR%%/html
|
||||
@dirrm %%DOCSDIR%%/examples
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm include/ppi
|
||||
@dirrm include/oclib
|
||||
@dirrm include/objpak
|
||||
@dirrm include/objcrt
|
||||
@dirrm include/cakit
|
||||
|
Loading…
Reference in New Issue
Block a user