mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
net-im/libpurple: Fix version number going backwards in net-im/pidgin
bae03bdd17
set PORTREVISION=1 in net-im/libpurple causing
PORTREVISION=4 in net-im/pidgin to be overwritten. Fix it by using ?=
for PORTREVSION in the master port net-im/libpurple.
This commit is contained in:
parent
c75e08e6fd
commit
5b5de11388
@ -1,6 +1,6 @@
|
||||
PORTNAME?= libpurple
|
||||
PORTVERSION= 2.14.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= net-im
|
||||
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
|
||||
DISTNAME= pidgin-${PORTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user