- Update to 3.1.3
- Fixes gcc-4.2 build errors PR: ports/120145 Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
This commit is contained in:
parent
e4225b0f3b
commit
b8e10f92ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206479
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bopm
|
||||
PORTVERSION= 3.1.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.1.3
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://static.blitzed.org/www.blitzed.org/bopm/files/ \
|
||||
ftp://rusunix.org/pub/FreeBSD/distfiles/
|
||||
@ -29,12 +28,6 @@ SUB_FILES= pkg-message pkg-install pkg-deinstall
|
||||
PLIST_SUB= LOGDIR=${LOGDIR}
|
||||
SUB_LIST= LOGDIR=${LOGDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Broken with gcc 4.2
|
||||
.endif
|
||||
|
||||
pre-su-install:
|
||||
@${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
|
||||
@ -56,4 +49,4 @@ post-install:
|
||||
@${CHMOD} 640 ${PREFIX}/etc/bopm.conf.sample
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bopm-3.1.2.tar.gz) = ab1b7494c4242eef957b5fca61c92b18
|
||||
SHA256 (bopm-3.1.2.tar.gz) = 5a72eeab48137ab74d2fc479467d8fab9d025f6a99336a59b72af234b75a0dcb
|
||||
SIZE (bopm-3.1.2.tar.gz) = 608855
|
||||
MD5 (bopm-3.1.3.tar.gz) = 80886c56a24961e82baa972bd9990587
|
||||
SHA256 (bopm-3.1.3.tar.gz) = 6062e80e57785b7f992f71c1d1b4c99c12ea0f20bd7c4d2c0fe2c1f57fdcbf59
|
||||
SIZE (bopm-3.1.3.tar.gz) = 819273
|
||||
|
@ -6,6 +6,7 @@ include/opm.h
|
||||
include/opm_error.h
|
||||
include/opm_types.h
|
||||
include/opm_common.h
|
||||
share/bopm.conf.blitzed
|
||||
lib/libopm.so.0
|
||||
lib/libopm.so
|
||||
lib/libopm.la
|
||||
|
Loading…
Reference in New Issue
Block a user