]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
perl-NetAddr-IP: move to core
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 24 Aug 2019 09:33:45 +0000 (11:33 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 24 Aug 2019 09:33:45 +0000 (11:33 +0200)
I had added this for spamassassin but now the geoip-converter needs it too.
It was not pushed yet so there is no need to remove it from pakfire databases.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/perl-NetAddr-IP [moved from config/rootfiles/packages/perl-NetAddr-IP with 100% similarity]
lfs/perl-NetAddr-IP
lfs/spamassassin

index 04e977c580874a7e0042f3d01a4e13e0dc5baa00..06763d524eb29be1598f822cc40c2ca370cb682f 100644 (file)
@@ -33,8 +33,6 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = perl-NetAddr-IP
-DEPS       = ""
-PAK_VER    = 1
 
 ###############################################################################
 # Top-level Rules
@@ -54,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist:
-       @$(PAK)
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
index 5055b1e41ac9568b8a20fce08155c5bf24d43366..08f4f0c5e2c9521da1dba14037c6028d9a7e0548 100644 (file)
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = spamassassin
 PAK_VER    = 3
 
-DEPS       = "perl-NetAddr-IP"
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules