Fix -otr package
tj's -otr split requires version 1.2.1, but the committed @conflict marker included this version due to an extra "=" that was not part of the OK'ed diff. "please go ahead" tj
This commit is contained in:
parent
c87b1c976c
commit
f1aca8eb94
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.83 2019/06/30 15:12:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.84 2019/07/01 13:52:09 kn Exp $
|
||||
|
||||
MULTI_PACKAGES = -main -otr
|
||||
|
||||
@ -11,6 +11,7 @@ PKGSPEC = irssi-=$V
|
||||
PKGNAME-main = irssi-$V
|
||||
|
||||
REVISION-main = 0
|
||||
REVISION-otr = 0
|
||||
|
||||
# -otr module doesn't vary between FLAVORs; override default FLAVOR suffix
|
||||
FULLPKGNAME-otr = irssi-otr-$V
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-otr,v 1.1 2019/06/29 14:54:09 tj Exp $
|
||||
@conflict irssi-<=1.2.1
|
||||
@comment $OpenBSD: PLIST-otr,v 1.2 2019/07/01 13:52:09 kn Exp $
|
||||
@conflict irssi-<1.2.1
|
||||
@pkgpath net/irssi-otr
|
||||
lib/irssi/modules/libotr_core.la
|
||||
lib/irssi/modules/libotr_core.so
|
||||
|
Loading…
Reference in New Issue
Block a user